RRulePropertyCollection(IListRRuleProperty) Constructor

Construct the collection using a list of RRuleProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public RRulePropertyCollection(
	IList<RRuleProperty> rules
)

Parameters

rules  IListRRuleProperty
The IListT of rules to add

See Also