 | IBcfSequenceTAccept Method |
[This is preliminary documentation and is subject to change.]
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.0.0-beta7
Syntaxvoid Accept(
BcfColumn<T> column,
T value
)
Sub Accept (
column As BcfColumn(Of T),
value As T
)
Parameters
- column
- Type: CalculationWorks.BusinessModelBcfColumnT
The column the sequence is set. - value
- Type: T
The value used.
See Also