RRule Property Collection(IListRRule Property) Constructor
Construct the collection using a list of RRuleProperty objects
Definition
Namespace: EWSoftware.PDI.Properties
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 RRulePropertyCollection(
IList<RRuleProperty> rules
)VB
Public Sub New (
rules As IList(Of RRuleProperty)
)C++
public:
RRulePropertyCollection(
IList<RRuleProperty^>^ rules
)F#
new :
rules : IList<RRuleProperty> -> RRulePropertyCollectionParameters
- rules IListRRuleProperty
- The IListT of rules to add