ObservanceRuleCollectionAdd(ObservanceRuleType) Method

Add an ObservanceRule of the specified type to the collection

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public ObservanceRule Add(
	ObservanceRuleType ruleType
)

Parameters

ruleType  ObservanceRuleType
The type of observance rule to add

Return Value

ObservanceRule
Returns the new rule that was created and added to the collection

See Also