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: 2.1.0.0
Syntax
public IEnumerable<BcfParameter> Parameters { get; }

Property Value

Type: IEnumerableBcfParameter
The parameters.
See Also