Click or drag to resize

BcfSimpleValueSequenceTAccept 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<T> valueColumn,
	Nullable<T> value
)

Parameters

valueColumn
Type: CalculationWorks.BusinessModelIBcfValueColumnT
The column the sequence is set.
value
Type: SystemNullableT
The value used.
See Also