CustomPropertyCollection(IList<CustomProperty>) Constructor

Construct the collection using a list of CustomProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public CustomPropertyCollection(
	IList<CustomProperty> customProps
)

Parameters

customProps  IList<CustomProperty>
The IList<T> of custom properties to add

See Also