Click or drag to resize

IBcfTransactionDataItems Property

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

Gets the rollback-undo-redo operations.

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
IEnumerable<IBcfUndoRedoItem> Items { get; }

Property Value

Type: IEnumerableIBcfUndoRedoItem
The rollback-undo-redo operations. Implementation should never return null.
See Also