Click or drag to resize

BcfTableSetupRules Property

Gets or sets the rules collection.

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IList<BcfRuleSetup> Rules { get; set; }

Property Value

Type: IListBcfRuleSetup
The rule collection if set; otherwise .
See Also