RRulePropertyCollection(IList<RRuleProperty>) 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: 2025.1.9.0
public RRulePropertyCollection(
	IList<RRuleProperty> rules
)

Parameters

rules  IList<RRuleProperty>
The IList<T> of rules to add

See Also