Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class
Fields Properties Methods Events


In This Topic
    NElementHistoryService Class Members
    In This Topic

    The following tables list the members exposed by NElementHistoryService.

    Protected Fields
     NameDescription
    Protected Field (Inherited from Nevron.Dom.NService)
    Top
    Public Properties
     NameDescription
    Public PropertyGets/sets the name of the service (Inherited from Nevron.Dom.NService)
    Public PropertyGets the current service status (Inherited from Nevron.Dom.NService)
    Top
    Public Methods
     NameDescription
    Public MethodAborts (discards) the currently started transaction  
    Public MethodDetermines whether a new operation can be recorded  
    Public MethodDetermines whether the user can perform Redo  
    Public MethodDetermines whether the user can perform Undo  
    Public MethodCommits the last started transaction  
    Public Method (Inherited from Nevron.Dom.NService)
    Public MethodCreates any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NService)
    Public MethodDumps the state of the undo and redo stacks in the specified ListBox instances  
    Public MethodDumps the state of the undo and redo stacks in the specified TreeView instances  
    Public MethodObtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NService)
    Public MethodPauses the service (Inherited from Nevron.Dom.NService)
    Public MethodCalled to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NService)
    Public MethodRecords an attribute action operation  
    Public MethodRecords an element attribute property change operation  
    Public MethodOverloaded. Records an element attribute state change operation (records the entire state of the element attribute)  
    Public MethodRecords an element action operation (records only the state of the specified fields)  
    Public MethodRecords an element property change operation  
    Public MethodOverloaded. Records an element state change operation (records the entire state of the element)  
    Public MethodRecords an insert element operation  
    Public MethodRecords the specified operation in the Undo stack  
    Public MethodRecords a remove element operation  
    Public MethodRecords a set element index operation  
    Public MethodRedoes the last operation in the redo stack  
    Public MethodRestarts the service (Inherited from Nevron.Dom.NService)
    Public MethodResumes the service (Inherited from Nevron.Dom.NService)
    Public MethodRolls back the currently started transaction and undoes the effect of the operations recorded in it  
    Public MethodStarts the service (Inherited from Nevron.Dom.NService)
    Public MethodStarts a new history transaction  
    Public MethodStops the service (Inherited from Nevron.Dom.NService)
    Public MethodUndoes the last operation in the undo stack  
    Public Method (Inherited from Nevron.Dom.NService)
    Public MethodUpdates the references stored by the object (Inherited from Nevron.Dom.NService)
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the last started transaction has been aborted  
    Protected MethodCalled when a transaction has been commited  
    Protected MethodCalled whenever an operation has been recored in the undo stack  
    Protected MethodCalled when an attempt was made to record an operation in the undo stack  
    Protected MethodCalled when the service is paused (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when an operation has been successfully redone  
    Protected MethodCalled when the service is resumed (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when the last started transaction has been rolled back  
    Protected MethodCalled when the service is started (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when a transaction has been started  
    Protected MethodOverridden. Overriden to clear the state of the history service  
    Protected MethodCalled when an operation has been successfully undone  
    Top
    Public Events
     NameDescription
    Public EventFired when a new operation has been recorded  
    Public EventFired when an attempt was made to record an operation  
    Public EventFired when the service was paused (Inherited from Nevron.Dom.NService)
    Public EventFired when redo is execuded  
    Public EventFired when the service was resumed (Inherited from Nevron.Dom.NService)
    Public EventFired when the service was started (Inherited from Nevron.Dom.NService)
    Public EventFired when the service was stopped (Inherited from Nevron.Dom.NService)
    Public EventFired when a transaction has been aborted  
    Public EventFired when a transaction has been commited  
    Public EventFired when a transaction has been rolled back  
    Public EventFired when a transaction has been started  
    Public EventFired when undo is execuded  
    Top
    See Also