 | 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
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.
See Also