| IBcfDataSetUndoRepository Interface | |
Namespace: CalculationWorks.BusinessModel.Behaviors
The IBcfDataSetUndoRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| CanRedo |
Determines whether redo repository is not empty.
| |
| CanUndo |
Determines whether undo repository is not empty.
| |
| ClearRedo |
Clears the redo repository.
| |
| ClearUndo |
Clears the undo repository.
| |
| PopRedo |
Removes the last added transaction from redo repository and returns it.
| |
| PopUndo |
Removes the last added transaction from undo repository and returns it.
| |
| PushRedo |
Pushes a transaction to the redo repository
| |
| PushUndo |
Pushes a transaction to the undo repository.
|