Click or drag to resize
CalculationWorks Logo
IBcfUndoRedoItemUndo Method
Restores the original state

Namespace: CalculationWorks.BusinessModel.UndoRedo
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
void Undo()
Remarks
When implementing make sure, the method never causes an exception. Throwing an exception inside the Method will cause a BcfRollbackException or BcfUndoRedoException. As a result the model corrupted.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also