CalculationWorks Logo
IBcfUndoRedoItemUndo Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Restores the original state

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

Reference