다음을 통해 공유


EntityMemberAnnotationsCreateRequest 생성자

정의

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

오버로드

EntityMemberAnnotationsCreateRequest()

기본값을 사용하여 EntityMemberAnnotationsCreateRequest 클래스의 새 인스턴스를 초기화합니다.

EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier)

지정된 culture 설정, 주석, 엔터티 ID, 멤버 ID, 모델 ID 및 버전 ID를 포함하는 EntityMemberAnnotationsCreateRequest 클래스의 새 인스턴스를 초기화합니다.

EntityMemberAnnotationsCreateRequest()

기본값을 사용하여 EntityMemberAnnotationsCreateRequest 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier)

지정된 culture 설정, 주석, 엔터티 ID, 멤버 ID, 모델 ID 및 버전 ID를 포함하는 EntityMemberAnnotationsCreateRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityMemberAnnotationsCreateRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsCreateRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsCreateRequest
Public Sub New (International As International, Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, VersionId As Identifier)

매개 변수

International
International

culture 설정입니다.

Annotations
Collection<Annotation>

만들려는 주석의 배열입니다.

EntityId
Identifier

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

MemberId
MemberIdentifier

멤버의 식별자입니다.

ModelId
Identifier

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

VersionId
Identifier

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

적용 대상