 | IBcfTransactionDataItems Property |
Gets the rollback-undo-redo operations.
Namespace:
CalculationWorks.BusinessModel.UndoRedo
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
SyntaxIEnumerable<IBcfUndoRedoItem> Items { get; }ReadOnly Property Items As IEnumerable(Of IBcfUndoRedoItem)
Get
Property Value
Type:
IEnumerableIBcfUndoRedoItemThe rollback-undo-redo operations. Implementation should never return
.
See Also