Click or drag to resize

BcfUndoRepositoryUndoItems Property

Gets the undo items.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<IBcfTransactionInfo> UndoItems { get; }

Property Value

Type: IEnumerableIBcfTransactionInfo
The undo items.
See Also