Client Pid Map Property Collection(IListClient Pid Map Property) 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
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public ClientPidMapPropertyCollection(
IList<ClientPidMapProperty> pidMaps
)VB
Public Sub New (
pidMaps As IList(Of ClientPidMapProperty)
)C++
public:
ClientPidMapPropertyCollection(
IList<ClientPidMapProperty^>^ pidMaps
)F#
new :
pidMaps : IList<ClientPidMapProperty> -> ClientPidMapPropertyCollectionParameters
- pidMaps IListClientPidMapProperty
- The IListT of property ID maps to add