Click or drag to resize

BcfParameterRule Property

Gets the BcfRule, if the parameter is a rule parameter; otherwise .

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRule Rule { get; }

Property Value

Type: BcfRule
The BcfRule or if the parameter is not a BcfRule parameter.

Implements

IBcfParameterRule
See Also