Observance Rule Collection(IListObservance Rule) 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
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ObservanceRuleCollection(
IList<ObservanceRule> rules
)VB
Public Sub New (
rules As IList(Of ObservanceRule)
)C++
public:
ObservanceRuleCollection(
IList<ObservanceRule^>^ rules
)F#
new :
rules : IList<ObservanceRule> -> ObservanceRuleCollectionParameters
- rules IListObservanceRule
- The IListT of rules to add