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 | |
---|---|---|
EntityMembersGetResponse | Initializes a new instance of the EntityMembersGetResponse class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EntityMembers | Gets or sets an EntityMembers complex type. | |
EntityMembersInformation | Gets or sets a complex type data response returned to describe the EntityMembers resultset that is returned in the same response. | |
OperationResult | Gets or sets the result of an operation. (Herdado de MessageResponse.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.