Click or drag to resize

IBcfTransactionDataItems Property

Gets the rollback-undo-redo operations.

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

Property Value

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