ArcFM Server Developer Guide
EditLogMonitor Class
Members 


Version: 10.2.1a

Resource Center Home

Product Availability
ArcFM Desktop, ArcFM Engine and ArcFM Server
Required Licenses
ArcFM, Designer, ArcFM Viewer, ArcFM Engine, ArcFM Engine Editor, ArcFM Viewer for ArcGIS Engine, ArcFM Server, ArcFM Server Advanced
.NET Assembly
Miner.Geodatabase.dll
EditLogMonitor - this class sets up event handlers to monitor "edit" events raised by the "Editor" so that those events can be logged by the EditLogger. The events that are monitored are: created, changed, deleted for features and relationships The monitor can also request that the edit logger playback edits to the edit workspace. When the Editor reports startEditing, that's when we connect the other events to handlers. The handlers will make requests of the EditLogger to log the events when they fire. It is the responsibility of the caller to request that the log be loaded, cleared or saved when it is appropriate. Logging is "disabled" by default and must be enabled by the caller. See the "Enabled()" accessor for details.
Syntax
'Declaration
 
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<ComVisibleAttribute(True)>
<GuidAttribute("E1BA47B9-D9D2-45D0-BA0B-67368F580D1B")>
<ProgIdAttribute("mmGeodatabase.MMEditLogMonitor")>
Public Class EditLogMonitor 
   Implements Miner.Interop.IMMEditLogMonitor 
'Usage
 
Dim instance As EditLogMonitor
[ClassInterface(ClassInterfaceType.None)]
[ComVisible(true)]
[Guid("E1BA47B9-D9D2-45D0-BA0B-67368F580D1B")]
[ProgId("mmGeodatabase.MMEditLogMonitor")]
public class EditLogMonitor : Miner.Interop.IMMEditLogMonitor  
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.Edit.EditLogMonitor

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EditLogMonitor Members
Miner.Geodatabase.Edit Namespace

 

 


Send Comment