Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseInternalParameters Property
Gets the parameters(not the values). During calculating the values are stored in the associated properties.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public IEnumerable<BcfParameter> Parameters { get; }

Property Value

Type: IEnumerableBcfParameter
The parameters.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also