Linguaggio

EntityMemberAnnotationsCreateRequest Costruttori

Definizione

Inizializza una nuova istanza della classe EntityMemberAnnotationsCreateRequest.

Overload

Nome Descrizione
EntityMemberAnnotationsCreateRequest()

Inizializza una nuova istanza della EntityMemberAnnotationsCreateRequest classe con valori predefiniti.

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

Inizializza una nuova istanza della EntityMemberAnnotationsCreateRequest classe che ha le impostazioni culturali specificate, le annotazioni e l'ID di entità, membro, modello e versione.

EntityMemberAnnotationsCreateRequest()

Inizializza una nuova istanza della EntityMemberAnnotationsCreateRequest classe con valori predefiniti.

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

Si applica a

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

Inizializza una nuova istanza della EntityMemberAnnotationsCreateRequest classe che ha le impostazioni culturali specificate, le annotazioni e l'ID di entità, membro, modello e versione.

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)

Parametri

International
International

L'ambientazione culturale.

Annotations
Collection<Annotation>

La serie di annotazioni da creare.

EntityId
Identifier

L'identificatore globalmente unico (GUID) o il nome esatto dell'entità.

MemberId
MemberIdentifier

L'identificativo del membro.

ModelId
Identifier

Il GUID o il nome esatto del modello.

VersionId
Identifier

Il GUID o il nome esatto della versione del modello.

Si applica a