ArcFM Desktop Developer Guide
EditLogMonitor Class
Members 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Product Availability
Required Licenses
.NET Assembly
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.
Object Model
EditLogMonitor Class
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
<GuidAttribute("E1BA47B9-D9D2-45D0-BA0B-67368F580D1B")>
<ProgIdAttribute("mmGeodatabase.MMEditLogMonitor")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public Class EditLogMonitor 
   Implements Miner.Interop.IMMEditLogMonitor 
'Usage
 
Dim instance As EditLogMonitor
[ComVisible(true)]
[Guid("E1BA47B9-D9D2-45D0-BA0B-67368F580D1B")]
[ProgId("mmGeodatabase.MMEditLogMonitor")]
[ClassInterface(ClassInterfaceType.None)]
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