Related Property Collection(IListRelated Property) Constructor
Construct the collection using a list of RelatedProperty 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 RelatedPropertyCollection(
IList<RelatedProperty> relateds
)VB
Public Sub New (
relateds As IList(Of RelatedProperty)
)C++
public:
RelatedPropertyCollection(
IList<RelatedProperty^>^ relateds
)F#
new :
relateds : IList<RelatedProperty> -> RelatedPropertyCollectionParameters
- relateds IListRelatedProperty
- The IListT of related-to items to add