Click or drag to resize

IBcfParameterTGetValueEnumerable Method

[This is preliminary documentation and is subject to change.]

Evaluates and returns the parameter value.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
IEnumerable<T> GetValueEnumerable(
	BcfRow calculatingRow
)

Parameters

calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row.

Return Value

Type: IEnumerableT
The parameter value.
Exceptions
ExceptionCondition
ArgumentNullExceptioncalculatingRow is null.
ArgumentExceptioncalculatingRowRowState not equals Valid

or

calculatingRow is in other table than Calculator.
InvalidOperationException Parameter is linked with a cell on a single row (there is no step to child-rows that causes an enumerable value). Use GetValue(BcfRow) instead.
See Also