Linguaggio

EntityMemberAnnotationsGetResponse Costruttori

Definizione

Inizializza una nuova istanza della classe EntityMemberAnnotationsGetResponse.

Overload

Nome Descrizione
EntityMemberAnnotationsGetResponse()

Inizializza una nuova istanza della EntityMemberAnnotationsGetResponse classe che ha valori predefiniti.

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

Inizializza una nuova istanza della EntityMemberAnnotationsGetResponse classe che contiene le annotazioni, l'entità, il membro, il modello e l'ID versione, e il risultato dell'operazione specificati.

EntityMemberAnnotationsGetResponse()

Inizializza una nuova istanza della EntityMemberAnnotationsGetResponse classe che ha valori predefiniti.

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

Si applica a

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

Inizializza una nuova istanza della EntityMemberAnnotationsGetResponse classe che contiene le annotazioni, l'entità, il membro, il modello e l'ID versione, e il risultato dell'operazione specificati.

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

Parametri

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.

OperationResult
OperationResult

Il risultato dell'operazione, includeva un ID unico per il tracciamento e la registrazione.

VersionId
Identifier

Il GUID o il nome esatto della versione del modello.

Si applica a