| BcfDataSetUndoRepository Methods | |
The BcfDataSetUndoRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRedo |
Determines whether items for redo exists.
| |
| CanUndo |
Determines whether items for undo exists.
| |
| ClearRedo |
Clears the RedoStack.
| |
| ClearUndo |
Clears the UndoStack.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| PopRedo |
Removes and returns the last added BcfTransaction from the RedoStack | |
| PopUndo |
Removes and returns the last added BcfTransaction from the UndoStack | |
| PushRedo |
Pushes a BcfTransaction on the RedoStack.
| |
| PushUndo |
Pushes a BcfTransaction on the UndoStack.
| |
| ToString | (Inherited from Object.) |