| CalculationWorks.BusinessModel.UndoRedo Namespace | |
CalculationWorks.BusinessModel.UndoRedo provides types related to Undo-Redo feature.
| Class | Description | |
|---|---|---|
| BcfUndoRedoCollection |
Represents the compensation event store of a transaction.
| |
| BcfUndoRedoException |
Represents a fatal exception when undo or redo operations fail.
| |
| BcfUndoRedoItemRelatedRowAdded |
Class stores information about an child row add action. This class cannot be inherited.
| |
| BcfUndoRedoItemRelatedRowRemoved |
Class stores information about an child row remove action.. This class cannot be inherited.
| |
| BcfUndoRedoItemRelatedRowSet |
Class stores information about a parent row set action.. This class cannot be inherited.
| |
| BcfUndoRedoItemRowAdded |
Class stores information about an row add action. This class cannot be inherited.
| |
| BcfUndoRedoItemRowDeleted |
Class stores information about a row delete action. This class cannot be inherited.
| |
| BcfUndoRedoItemSetValue |
Class stores information about an cell value update. This class cannot be inherited.
| |
| BcfUndoRedoItemStateId |
Class stores information about an StateId update. This class cannot be inherited.
| |
| BcfUndoRedoItemValidationResultAdded |
Class stores information about an validation result add action. This class cannot be inherited.
| |
| BcfUndoRedoItemValidationResultRemoved |
Class stores information about an validation result remove action. This class cannot be inherited.
| |
| BcfUndoRedoItemValidationResultUpdated |
Class stores information about an validation result update action. This class cannot be inherited.
|
| Interface | Description | |
|---|---|---|
| IBcfUndoRedoItem |
Interface for compensation objects (undo redo items)
|