Click or drag to resize
CalculationWorks Logo
IBcfDataSetUndoRepository Interface
Interface for dataset behavior items that acts as undo/redo repository.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public interface IBcfDataSetUndoRepository

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
Properties
  NameDescription
Public propertyDataSet
Gets the BcfDataSet.
Top
Examples
See Also