ObservanceRuleCollection(IListObservanceRule) 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: 2023.1.2.0
public ObservanceRuleCollection(
	IList<ObservanceRule> rules
)

Parameters

rules  IListObservanceRule
The IListT of rules to add

See Also