Langage

EntityMemberAnnotationsGetResponse Constructeurs

Définition

Initialise une nouvelle instance de la classe EntityMemberAnnotationsGetResponse.

Surcharges

Nom Description
EntityMemberAnnotationsGetResponse()

Initialise une nouvelle instance de la EntityMemberAnnotationsGetResponse classe qui possède des valeurs par défaut.

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

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

EntityMemberAnnotationsGetResponse()

Initialise une nouvelle instance de la EntityMemberAnnotationsGetResponse classe qui possède 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 EntityMemberAnnotationsGetResponse classe qui contient les annotations spécifiées, entité, membre, modèle et ID de version, ainsi que le résultat de l’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>

La multitude d’annotations à créer.

EntityId
Identifier

L’identifiant globalement unique (GUID) ou le nom exact de l’entité.

MemberId
MemberIdentifier

L’identifiant du membre.

ModelId
Identifier

Le GUID ou le nom exact du modèle.

OperationResult
OperationResult

Le résultat de l’opération, incluant un identifiant unique pour le suivi et la journalisation.

VersionId
Identifier

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

S’applique à