Version

UndoTransaction Class Members

The following tables list the members exposed by UndoTransaction.

Public Properties
 NameDescription
Public PropertyIsClosedReturns a boolean indicating if the transaction has been closed/ended.  
Public PropertyOpenTransactionReturns the child transaction that is currently opened.  
Public PropertyParentReturns the parent/containing UndoTransaction  
Public PropertyTargetOverridden. Returns null since the UndoTransaction is a group of UndoUnit instances and may affect multiple targets  
Public PropertyUnitsReturns a read-only collection of the child units.  
Protected Properties
 NameDescription
Protected PropertyDescriptionReturns the description provided to the constructor of the transaction.  
Protected PropertyDetailedDescriptionReturns the detailed description provided to the constructor of the transaction.  
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.  
See Also