CalculationWorks Logo
IBcfDataSetUndoRepository InterfaceCalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

Interface for dataset behavior items that acts as undo/redo repository.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.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
See Also

Reference