Compartilhar via


Classe EntityMemberAnnotationsGetResponse

Complex type that holds the details of the response.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
    Microsoft.MasterDataServices.Services.MessageContracts..::..EntityMemberAnnotationsGetResponse

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

Sintaxe

'Declaração
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsGetResponse _
    Inherits MessageResponse
'Uso
Dim instance As EntityMemberAnnotationsGetResponse
[MessageContractAttribute]
public class EntityMemberAnnotationsGetResponse : MessageResponse
[MessageContractAttribute]
public ref class EntityMemberAnnotationsGetResponse : public MessageResponse
[<MessageContractAttribute>]
type EntityMemberAnnotationsGetResponse =  
    class
        inherit MessageResponse
    end
public class EntityMemberAnnotationsGetResponse extends MessageResponse

O tipo EntityMemberAnnotationsGetResponse expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets or sets an array of annotations.
Propriedade pública EntityId Gets or sets the GUID of the entity.
Propriedade pública MemberId Gets or sets the MemberIdentifier of the member whose annotations were retrieved.
Propriedade pública ModelId Gets or sets the GUID of the model.
Propriedade pública OperationResult Gets or sets the result of an operation. (Herdado de MessageResponse.)
Propriedade pública VersionId Gets or sets the GUID of the 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.