CalculationWorks Logo
CalculationWorks.BusinessModel.UndoRedo NamespaceCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

The namespace contains the types related with undo redo functionality.
Classes

  ClassDescription
Public classBcfUndoRedoCollection
Represents the compensation event store of a transaction.
Public classBcfUndoRedoException
Represents a fatal exception when undo or redo operations fail.
Public classBcfUndoRedoItemRelatedRowAdded
Class stores information about an child row add action. This class cannot be inherited.
Public classBcfUndoRedoItemRelatedRowRemoved
Class stores information about an child row remove action.. This class cannot be inherited.
Public classBcfUndoRedoItemRelatedRowSet
Class stores information about a parent row set action.. This class cannot be inherited.
Public classBcfUndoRedoItemRowAdded
Class stores information about an row add action. This class cannot be inherited.
Public classBcfUndoRedoItemRowDeleted
Class stores information about a row delete action. This class cannot be inherited.
Public classBcfUndoRedoItemSetValue
Class stores information about an cell value update. This class cannot be inherited.
Public classBcfUndoRedoItemStateId
Class stores information about an StateId update. This class cannot be inherited.
Public classBcfUndoRedoItemValidationResultAdded
Class stores information about an validation result add action. This class cannot be inherited.
Public classBcfUndoRedoItemValidationResultRemoved
Class stores information about an validation result remove action. This class cannot be inherited.
Public classBcfUndoRedoItemValidationResultUpdated
Class stores information about an validation result update action. This class cannot be inherited.
Interfaces

  InterfaceDescription
Public interfaceIBcfUndoRedoItem
Interface for compensation objects (undo redo items)