Version

UndoTransaction Class Methods

For a list of all members of this type, see UndoTransaction members.

Public Methods
 NameDescription
Public MethodCommitCommits and closes the transaction  
Public MethodGetDescriptionOverridden. Returns a string representation of the action based on whether this is for an undo or redo operation.  
Public MethodRollbackCloses the transaction, executes the Units and removes it from the parent.  
Protected Methods
 NameDescription
Protected MethodCreateExecuteTransactionCreates a transaction that will be started while executing the Units.  
Protected Internal MethodExecuteOverridden. Used to perform the associated action for all items in the Units  
Protected Internal MethodMergeOverridden. Used to allow multiple consecutive undo units to be merged into a single operation.  
See Also