Nevron .NET Vision
Nevron.Diagram Namespace / NDocumentHistoryService Class
Fields Properties Methods Events


In This Topic
    NDocumentHistoryService Class Members
    In This Topic

    The following tables list the members exposed by NDocumentHistoryService.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    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 (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodDetermines whether a new operation can be recorded (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodDetermines whether the user can perform Redo (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodDetermines whether the user can perform Undo (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodCommits the last started transaction (Inherited from Nevron.Dom.NElementHistoryService)
    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 (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodDumps the state of the undo and redo stacks in the specified TreeView instances (Inherited from Nevron.Dom.NElementHistoryService)
    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 (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords an element attribute property change operation (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodOverloaded. Records an element attribute state change operation (records the entire state of the element attribute) (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords an element action operation (records only the state of the specified fields) (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords an element property change operation (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodOverloaded. Records an element state change operation (records the entire state of the element) (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords an insert element operation (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords the specified operation in the Undo stack (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords a remove element operation (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodRecords a set element index operation (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodOverridden. Redoes 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 (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodStarts the service (Inherited from Nevron.Dom.NService)
    Public MethodStarts a new history transaction (Inherited from Nevron.Dom.NElementHistoryService)
    Public MethodStops the service (Inherited from Nevron.Dom.NService)
    Public MethodOverridden. Undoes the last operation in the undo stack  
    Public Method (Inherited from Nevron.Dom.NService)
    Public MethodOverridden. Updates the references stored by the object  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled when the last started transaction has been aborted (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodCalled when a transaction has been commited (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodCalled whenever an operation has been recored in the undo stack (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodOverridden. Overriden to raise the document IsModified flag  
    Protected MethodCalled when the service is paused (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when an operation has been successfully redone (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodCalled when the service is resumed (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when the last started transaction has been rolled back (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodCalled when the service is started (Inherited from Nevron.Dom.NService)
    Protected MethodCalled when a transaction has been started (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodOverriden to clear the state of the history service (Inherited from Nevron.Dom.NElementHistoryService)
    Protected MethodCalled when an operation has been successfully undone (Inherited from Nevron.Dom.NElementHistoryService)
    Top
    Public Events
     NameDescription
    Public EventFired when a new operation has been recorded (Inherited from Nevron.Dom.NElementHistoryService)
    Public EventFired when an attempt was made to record an operation (Inherited from Nevron.Dom.NElementHistoryService)
    Public EventFired when the service was paused (Inherited from Nevron.Dom.NService)
    Public EventFired when redo is execuded (Inherited from Nevron.Dom.NElementHistoryService)
    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 (Inherited from Nevron.Dom.NElementHistoryService)
    Public EventFired when a transaction has been commited (Inherited from Nevron.Dom.NElementHistoryService)
    Public EventFired when a transaction has been rolled back (Inherited from Nevron.Dom.NElementHistoryService)
    Public EventFired when a transaction has been started (Inherited from Nevron.Dom.NElementHistoryService)
    Public EventFired when undo is execuded (Inherited from Nevron.Dom.NElementHistoryService)
    Top
    See Also