EntityMemberKeyGetRequest 생성자 (International, Identifier, MemberKeyLookupType, Collection<MemberKey>, MemberType, Identifier, Identifier)
Initializes a new instance of the EntityMemberKeyGetRequest class that has the specified cultural settings, lookup and member types, and entity, model, and version identifiers.
네임스페이스: Microsoft.MasterDataServices
어셈블리: Microsoft.MasterDataServices(Microsoft.MasterDataServices.dll)
구문
‘선언
Public Sub New ( _
International As International, _
EntityId As Identifier, _
LookupType As MemberKeyLookupType, _
MemberKeys As Collection(Of MemberKey), _
MemberType As MemberType, _
ModelId As Identifier, _
VersionId As Identifier _
)
‘사용 방법
Dim International As International
Dim EntityId As Identifier
Dim LookupType As MemberKeyLookupType
Dim MemberKeys As Collection(Of MemberKey)
Dim MemberType As MemberType
Dim ModelId As Identifier
Dim VersionId As Identifier
Dim instance As New EntityMemberKeyGetRequest(International, _
EntityId, LookupType, MemberKeys, _
MemberType, ModelId, VersionId)
public EntityMemberKeyGetRequest(
International International,
Identifier EntityId,
MemberKeyLookupType LookupType,
Collection<MemberKey> MemberKeys,
MemberType MemberType,
Identifier ModelId,
Identifier VersionId
)
public:
EntityMemberKeyGetRequest(
International^ International,
Identifier^ EntityId,
MemberKeyLookupType LookupType,
Collection<MemberKey^>^ MemberKeys,
MemberType MemberType,
Identifier^ ModelId,
Identifier^ VersionId
)
new :
International:International *
EntityId:Identifier *
LookupType:MemberKeyLookupType *
MemberKeys:Collection<MemberKey> *
MemberType:MemberType *
ModelId:Identifier *
VersionId:Identifier -> EntityMemberKeyGetRequest
public function EntityMemberKeyGetRequest(
International : International,
EntityId : Identifier,
LookupType : MemberKeyLookupType,
MemberKeys : Collection<MemberKey>,
MemberType : MemberType,
ModelId : Identifier,
VersionId : Identifier
)
매개 변수
- International
유형: Microsoft.MasterDataServices.International
The cultural settings.
- EntityId
유형: Microsoft.MasterDataServices.Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- LookupType
유형: Microsoft.MasterDataServices.MemberKeyLookupType
The lookup type, specified by the MemberKeyLookupType.
- MemberKeys
유형: System.Collections.ObjectModel.Collection<MemberKey>
Collection of member keys, specified by either code or internal ID using an array of type MemberKey.
- MemberType
유형: Microsoft.MasterDataServices.MemberType
The member type.
- ModelId
유형: Microsoft.MasterDataServices.Identifier
The GUID or the exact name of the model.
- VersionId
유형: Microsoft.MasterDataServices.Identifier
The GUID or the exact name of the version.