Condividi tramite


Classe EntityMemberAnnotationsGetRequest

Retrieves annotations associated directly with a member (not associated with a transaction).

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts..::..EntityMemberAnnotationsGetRequest

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsGetRequest _
    Inherits MessageRequest
'Utilizzo
Dim instance As EntityMemberAnnotationsGetRequest
[MessageContractAttribute]
public class EntityMemberAnnotationsGetRequest : MessageRequest
[MessageContractAttribute]
public ref class EntityMemberAnnotationsGetRequest : public MessageRequest
[<MessageContractAttribute>]
type EntityMemberAnnotationsGetRequest =  
    class
        inherit MessageRequest
    end
public class EntityMemberAnnotationsGetRequest extends MessageRequest

Nel tipo EntityMemberAnnotationsGetRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityMemberAnnotationsGetRequest Initializes a new instance of the EntityMemberAnnotationsGetRequest class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica EntityId Gets or sets the GUID or the exact Name of an Entity.
Proprietà pubblica International Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest.
Proprietà pubblica MemberId Gets or sets the MemberIdentifier of the member whose annotations are requested.
Proprietà pubblica ModelId Gets or sets the GUID or the exact Name of a Model.
Proprietà pubblica VersionId Gets or sets the GUID or the exact Name of a Model Version.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.