다음을 통해 공유


EntityMemberKeyGetRequest 생성자

정의

EntityMemberKeyGetRequest 클래스의 새 인스턴스를 초기화합니다.

오버로드

EntityMemberKeyGetRequest()

기본값을 포함하는 EntityMemberKeyGetRequest 클래스의 새 인스턴스를 초기화합니다.

EntityMemberKeyGetRequest(International, Identifier, MemberKeyLookupType, Collection<MemberKey>, MemberType, Identifier, Identifier)

지정된 culture 설정, 조회 및 멤버 유형, 엔터티, 모델 및 버전 식별자를 포함하는 EntityMemberKeyGetRequest 클래스의 새 인스턴스를 초기화합니다.

EntityMemberKeyGetRequest()

기본값을 포함하는 EntityMemberKeyGetRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityMemberKeyGetRequest();
public EntityMemberKeyGetRequest ();
Public Sub New ()

적용 대상

EntityMemberKeyGetRequest(International, Identifier, MemberKeyLookupType, Collection<MemberKey>, MemberType, Identifier, Identifier)

지정된 culture 설정, 조회 및 멤버 유형, 엔터티, 모델 및 버전 식별자를 포함하는 EntityMemberKeyGetRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityMemberKeyGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberKeyLookupType LookupType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberKey ^> ^ MemberKeys, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberKeyGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberKeyLookupType LookupType, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberKey> MemberKeys, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberKeyGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberKeyLookupType * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberKey> * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberKeyGetRequest
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)

매개 변수

International
International

culture 설정입니다.

EntityId
Identifier

엔터티의 GUID(Globally Unique Identifier) 또는 정확한 이름입니다.

LookupType
MemberKeyLookupType

MemberKeyLookupType에 지정된 조회 유형입니다.

MemberKeys
Collection<MemberKey>

MemberKey 유형의 배열을 사용하여 코드 또는 내부 ID로 지정된 멤버 키 컬렉션입니다.

MemberType
MemberType

멤버 유형입니다.

ModelId
Identifier

모델의 GUID 또는 정확한 이름입니다.

VersionId
Identifier

버전의 GUID 또는 정확한 이름입니다.

적용 대상