 |
BcfTransactionCompensationRepository Property |
Gets the compensation repository.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxprotected BcfUndoRedoCollection CompensationRepository { get; }
Protected ReadOnly Property CompensationRepository As BcfUndoRedoCollection
Get
protected:
property BcfUndoRedoCollection^ CompensationRepository {
BcfUndoRedoCollection^ get ();
}
member CompensationRepository : BcfUndoRedoCollection with get
Property Value
Type:
BcfUndoRedoCollectionThe compensation repository.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also