 | 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-beta6
SyntaxIEnumerable<IBcfUndoRedoItem> Items { get; }ReadOnly Property Items As IEnumerable(Of IBcfUndoRedoItem)
Get
Property Value
Type:
IEnumerableIBcfUndoRedoItemThe rollback-undo-redo operations. Implementation should never return
null.
Version InformationBCF
Supported in: 4.0
See Also