Name | Description | |
---|---|---|
![]() | m_Provider | (Inherited from Nevron.Dom.NService) |
The following tables list the members exposed by NElementHistoryService.
Name | Description | |
---|---|---|
![]() | m_Provider | (Inherited from Nevron.Dom.NService) |
Name | Description | |
---|---|---|
![]() | Name | Gets/sets the name of the service (Inherited from Nevron.Dom.NService) |
![]() | Status | Gets the current service status (Inherited from Nevron.Dom.NService) |
Name | Description | |
---|---|---|
![]() | AbortTransaction | Aborts (discards) the currently started transaction |
![]() | CanRecord | Determines whether a new operation can be recorded |
![]() | CanRedo | Determines whether the user can perform Redo |
![]() | CanUndo | Determines whether the user can perform Undo |
![]() | Commit | Commits the last started transaction |
![]() | CreateFieldNonSerializedObjects | (Inherited from Nevron.Dom.NService) |
![]() | CreateNonSerializedObjects | Creates any non serialized objects, which the holder posseses (Inherited from Nevron.Dom.NService) |
![]() | DumpToListBoxes | Dumps the state of the undo and redo stacks in the specified ListBox instances |
![]() | DumpToTrees | Dumps the state of the undo and redo stacks in the specified TreeView instances |
![]() | GetReferenceProvider | Obtains the reference provider to which the object is currently attached (Inherited from Nevron.Dom.NService) |
![]() | Pause | Pauses the service (Inherited from Nevron.Dom.NService) |
![]() | ProvideReference | Called to provide a reference to the object of the specified type (Inherited from Nevron.Dom.NService) |
![]() | RecordAttributeAction | Records an attribute action operation |
![]() | RecordAttributePropertyChange | Records an element attribute property change operation |
![]() | RecordAttributeStateChange | Overloaded. Records an element attribute state change operation (records the entire state of the element attribute) |
![]() | RecordElementAction | Records an element action operation (records only the state of the specified fields) |
![]() | RecordElementPropertyChange | Records an element property change operation |
![]() | RecordElementStateChange | Overloaded. Records an element state change operation (records the entire state of the element) |
![]() | RecordInsertElement | Records an insert element operation |
![]() | RecordOperation | Records the specified operation in the Undo stack |
![]() | RecordRemoveElement | Records a remove element operation |
![]() | RecordSetElementIndex | Records a set element index operation |
![]() | Redo | Redoes the last operation in the redo stack |
![]() | Restart | Restarts the service (Inherited from Nevron.Dom.NService) |
![]() | Resume | Resumes the service (Inherited from Nevron.Dom.NService) |
![]() | Rollback | Rolls back the currently started transaction and undoes the effect of the operations recorded in it |
![]() | Start | Starts the service (Inherited from Nevron.Dom.NService) |
![]() | StartTransaction | Starts a new history transaction |
![]() | Stop | Stops the service (Inherited from Nevron.Dom.NService) |
![]() | Undo | Undoes the last operation in the undo stack |
![]() | UpdateFieldReferences | (Inherited from Nevron.Dom.NService) |
![]() | UpdateReferences | Updates the references stored by the object (Inherited from Nevron.Dom.NService) |
Name | Description | |
---|---|---|
![]() | OnAbortTransaction | Called when the last started transaction has been aborted |
![]() | OnCommit | Called when a transaction has been commited |
![]() | OnOperationRecorded | Called whenever an operation has been recored in the undo stack |
![]() | OnOperationRecordingRequested | Called when an attempt was made to record an operation in the undo stack |
![]() | OnPause | Called when the service is paused (Inherited from Nevron.Dom.NService) |
![]() | OnRedoExecuted | Called when an operation has been successfully redone |
![]() | OnResume | Called when the service is resumed (Inherited from Nevron.Dom.NService) |
![]() | OnRollback | Called when the last started transaction has been rolled back |
![]() | OnStart | Called when the service is started (Inherited from Nevron.Dom.NService) |
![]() | OnStartTransaction | Called when a transaction has been started |
![]() | OnStop | Overridden. Overriden to clear the state of the history service |
![]() | OnUndoExecuted | Called when an operation has been successfully undone |
Name | Description | |
---|---|---|
![]() | OperationRecorded | Fired when a new operation has been recorded |
![]() | OperationRecordingRequested | Fired when an attempt was made to record an operation |
![]() | Paused | Fired when the service was paused (Inherited from Nevron.Dom.NService) |
![]() | RedoExecuted | Fired when redo is execuded |
![]() | Resumed | Fired when the service was resumed (Inherited from Nevron.Dom.NService) |
![]() | Started | Fired when the service was started (Inherited from Nevron.Dom.NService) |
![]() | Stopped | Fired when the service was stopped (Inherited from Nevron.Dom.NService) |
![]() | TransactionAborted | Fired when a transaction has been aborted |
![]() | TransactionCommited | Fired when a transaction has been commited |
![]() | TransactionRolledback | Fired when a transaction has been rolled back |
![]() | TransactionStarted | Fired when a transaction has been started |
![]() | UndoExecuted | Fired when undo is execuded |