CalculationWorks Logo
BcfParameterFunctionBase Property CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Gets the function, if the parameter is a function parameter.

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

Reference