Click or drag to resize
CalculationWorks Logo
IBcfDataSetUndoRepository Methods

The IBcfDataSetUndoRepository type exposes the following members.

Methods
  NameDescription
Public methodCanRedo
Determines whether redo repository is not empty.
Public methodCanUndo
Determines whether undo repository is not empty.
Public methodClearRedo
Clears the redo repository.
Public methodClearUndo
Clears the undo repository.
Public methodPopRedo
Removes the last added transaction from redo repository and returns it.
Public methodPopUndo
Removes the last added transaction from undo repository and returns it.
Public methodPushRedo
Pushes a transaction to the redo repository
Public methodPushUndo
Pushes a transaction to the undo repository.
Top
See Also