Click or drag to resize

BcfDecimalSequenceAccept Method

Called when a value was applied (May be from out-side by setting a value or loading a row).

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public override void Accept(
	IBcfValueColumn<decimal> valueColumn,
	Nullable<decimal> value
)

Parameters

valueColumn
Type: CalculationWorks.BusinessModelIBcfValueColumnDecimal
The column the sequence is set.
value
Type: SystemNullableDecimal
The value used.
See Also