Partilhar via


Classe EntityMembersGetResponse

Returns a response that may contain an EntityMembers complex type and may contain an EntityMembersInformation complex type and may contain an OperationResult complex type.

Hierarquia de herança

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

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

Sintaxe

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

O tipo EntityMembersGetResponse expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública EntityMembers Gets or sets an EntityMembers complex type.
Propriedade pública EntityMembersInformation Gets or sets a complex type data response returned to describe the EntityMembers resultset that is returned in the same response.
Propriedade pública OperationResult Gets or sets the result of an operation. (Herdado de MessageResponse.)

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.