Compartilhar via


Classe EntityMemberAnnotationsGetRequest

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

Hierarquia de herança

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)

Sintaxe

'Declaração
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsGetRequest _
    Inherits MessageRequest
'Uso
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

O tipo EntityMemberAnnotationsGetRequest expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EntityMemberAnnotationsGetRequest Initializes a new instance of the EntityMemberAnnotationsGetRequest class.

Início

Propriedades

  Nome Descrição
Propriedade pública EntityId Gets or sets the GUID or the exact Name of an Entity.
Propriedade pública International Gets or sets a value indicating whether to use client localization information. (Herdado de MessageRequest.)
Propriedade pública MemberId Gets or sets the MemberIdentifier of the member whose annotations are requested.
Propriedade pública ModelId Gets or sets the GUID or the exact Name of a Model.
Propriedade pública VersionId Gets or sets the GUID or the exact Name of a Model Version.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.