Click or drag to resize

BcfTupleFuncT Delegate

Function delegate for CreateTuples

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public delegate IEnumerable<T> BcfTupleFunc<out T>(
	BcfReadOnlyArrayList<BcfParameter> itemParameters,
	BcfRow calculatingRow,
	bool allowUnchecked
)

Parameters

itemParameters
Type: CalculationWorks.BusinessModelBcfReadOnlyArrayListBcfParameter
The item parameters
calculatingRow
Type: CalculationWorks.BusinessModelBcfRow
The calculating row
allowUnchecked
Type: SystemBoolean
to allow using optimizer cells and to skip checks.

Type Parameters

T
Tuple type

Return Value

Type: IEnumerableT
See Also