RelatedPropertyCollection(IList<RelatedProperty>) 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
public RelatedPropertyCollection(
	IList<RelatedProperty> relateds
)

Parameters

relateds  IList<RelatedProperty>
The IList<T> of related-to items to add

See Also