 |
| IBcfUndoRedoItem Interface |
Interface for compensation objects (undo redo items)
Namespace: CalculationWorks.BusinessModel.UndoRedoAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic interface IBcfUndoRedoItem
Public Interface IBcfUndoRedoItem
The IBcfUndoRedoItem type exposes the following members.
Methods|
| Name | Description |
|---|
 | Redo |
Restores the modified state
|
 | Undo |
Restores the original state
|
Top
Remarks
See Also