Click or drag to resize

IBcfUndoRedoItem Interface

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

Interface for compensation objects (undo redo items)

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public interface IBcfUndoRedoItem

The IBcfUndoRedoItem type exposes the following members.

Properties
  NameDescription
Public propertyShouldSerialize
Gets a value indicating this IBcfUndoRedoItem should be serialized.
Top
Methods
  NameDescription
Public methodGetState
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodIsDataUpdate
Gets a value indicating the operation updates serializable data.
Public methodOnDiscard
Called when the item goes out of scope.
Public methodRedo
Restores the modified state
Public methodUndo
Restores the original state
Top
See Also