CalculationWorks Logo
BcfColumnSetupSetFunctionTFunction Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Sets the function and returns the new associated BcfFunctionSetup

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.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

Reference