Click or drag to resize
CalculationWorks Logo
BcfDataSetBehaviorUndoRepository Property
Gets the undo repository.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public IBcfDataSetUndoRepository UndoRepository { get; }

Property Value

Type: IBcfDataSetUndoRepository
The undo repository; or null if none provided.
See Also