Northwoods.Go Assembly > Northwoods.Go Namespace : GoUndoManagerCompoundEdit Class |
The following tables list the members exposed by GoUndoManagerCompoundEdit.
Name | Description | |
---|---|---|
GoUndoManagerCompoundEdit Constructor | Construct an empty list of edits. |
Name | Description | |
---|---|---|
AllEdits | Gets a list of all the IGoUndoableEdits in this compound edit. | |
IsComplete | Gets or sets whether we can add more undoable edits to this compound edit. | |
PresentationName | Gets the user-visible string description of this compound edit. |
Name | Description | |
---|---|---|
AddEdit | Add an IGoUndoableEdit to the end of the list. | |
CanRedo | This predicate returns true if you can call Redo-- namely when IsComplete is true. | |
CanUndo | This predicate returns true if you can call Undo-- namely when IsComplete is true. | |
Clear | Clear all of the IGoUndoableEdits and forget all references to them. | |
Redo | Redo all of the IGoUndoableEdits, in forwards order. | |
Undo | Undo all of the IGoUndoableEdits, in reverse order. |