 | BcfUndoRepositoryRedoItems Property |
Gets the redo items.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic IEnumerable<IBcfTransactionInfo> RedoItems { get; }Public ReadOnly Property RedoItems As IEnumerable(Of IBcfTransactionInfo)
Get
Property Value
Type:
IEnumerableIBcfTransactionInfoThe redo items.
See Also