ObservanceRuleCollection(IList<ObservanceRule>) Constructor

Construct the collection using a list of ObservanceRule objects

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public ObservanceRuleCollection(
	IList<ObservanceRule> rules
)

Parameters

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

See Also