Partager via


EntityMemberAnnotationsGetResponse Constructeurs

Définition

Initialise une nouvelle instance de la classe EntityMemberAnnotationsGetResponse.

Surcharges

EntityMemberAnnotationsGetResponse()

Initialise une nouvelle instance de la classe EntityMemberAnnotationsGetResponse ayant des valeurs par défaut.

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

Initialise une nouvelle instance de la classe EntityMemberAnnotationsGetResponse qui possède les annotations, l'entité, le membre, le modèle et l'ID de version spécifiés ainsi que le résultat d'opération.

EntityMemberAnnotationsGetResponse()

Initialise une nouvelle instance de la classe EntityMemberAnnotationsGetResponse ayant des valeurs par défaut.

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

S’applique à

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

Initialise une nouvelle instance de la classe EntityMemberAnnotationsGetResponse qui possède les annotations, l'entité, le membre, le modèle et l'ID de version spécifiés ainsi que le résultat d'opération.

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)

Paramètres

Annotations
Collection<Annotation>

Tableau d'annotations à créer.

EntityId
Identifier

L'identificateur global unique (GUID) ou le nom exact de l'entité.

MemberId
MemberIdentifier

Identificateur du membre.

ModelId
Identifier

Le GUID ou le nom exact du modèle.

OperationResult
OperationResult

Résultat d'opération incluant un ID unique pour le suivi et l'enregistrement.

VersionId
Identifier

Le GUID ou le nom exact de la version du modèle.

S’applique à