Classe EntityMemberAttributesGetResponse
Represents a response that may return an EntityMembers complex type and may return an OperationResult complex type.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts..::..EntityMemberAttributesGetResponse
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageContractAttribute> _
Public Class EntityMemberAttributesGetResponse _
Inherits MessageResponse
'Uso
Dim instance As EntityMemberAttributesGetResponse
[MessageContractAttribute]
public class EntityMemberAttributesGetResponse : MessageResponse
[MessageContractAttribute]
public ref class EntityMemberAttributesGetResponse : public MessageResponse
[<MessageContractAttribute>]
type EntityMemberAttributesGetResponse =
class
inherit MessageResponse
end
public class EntityMemberAttributesGetResponse extends MessageResponse
O tipo EntityMemberAttributesGetResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
EntityMemberAttributesGetResponse | Initializes a new instance of the EntityMemberAttributesGetResponse class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
EntityMembers | Gets or sets an EntityMembers complex type. | |
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.