Version

UndoTransaction Class Properties

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

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.  
See Also