Click or drag to resize
CalculationWorks Logo
BcfParameterFunctionBase Property
Gets the function, if the parameter is a function parameter.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public BcfFunctionBase FunctionBase { get; }

Property Value

Type: BcfFunctionBase
The function or null if the parameter is not a function parameter.
See Also