Observance Rule CollectionAdd(Observance Rule Type) 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: 2025.1.9.0
Returns the new rule that was created and added to the collection
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ObservanceRule Add(
ObservanceRuleType ruleType
)VB
Public Function Add (
ruleType As ObservanceRuleType
) As ObservanceRuleC++
public:
ObservanceRule^ Add(
ObservanceRuleType ruleType
)F#
member Add :
ruleType : ObservanceRuleType -> ObservanceRule Parameters
- ruleType ObservanceRuleType
- The type of observance rule to add
Return Value
ObservanceRuleReturns the new rule that was created and added to the collection