ClientPidMapPropertyCollection(IListClientPidMapProperty) 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: 2023.1.2.0
public ClientPidMapPropertyCollection(
	IList<ClientPidMapProperty> pidMaps
)

Parameters

pidMaps  IListClientPidMapProperty
The IListT of property ID maps to add

See Also