Click or drag to resize
CalculationWorks Logo
BcfColumnSetupSetFunctionTFunction Method
Sets the function and returns the new associated BcfFunctionSetup

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfFunctionSetup SetFunction<TFunction>()
where TFunction : new(), BcfFunctionBase

Type Parameters

TFunction
The type of the t function.

Return Value

Type: BcfFunctionSetup
BcfFunctionSetup.
Exceptions
ExceptionCondition
InvalidOperationExceptiona function is already assigned
See Also