ClientPidMapPropertyCollection(IList<ClientPidMapProperty>) Constructor

Construct the collection using a list of ClientPidMapProperty objects

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
public ClientPidMapPropertyCollection(
	IList<ClientPidMapProperty> pidMaps
)

Parameters

pidMaps  IList<ClientPidMapProperty>
The IList<T> of property ID maps to add

See Also