CalculationWorks Logo
BcfColumnSetupSetFunction Method (Type)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(
	Type functionType
)

Parameters

functionType
Type: SystemType
Type of the function.

Return Value

Type: BcfFunctionSetup
BcfFunctionSetup.
Exceptions

ExceptionCondition
InvalidOperationExceptiona function is already assigned
ArgumentNullExceptionfunctionType is null
ArgumentExceptionfunctionType default constructor not found
ArgumentExceptionfunctionType is not a subclass of BcfFunctionBase
See Also

Reference