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 | |
---|---|---|
EntityMemberAnnotationsGetResponse | Initializes a new instance of the EntityMemberAnnotationsGetResponse class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets or sets an array of annotations. | |
EntityId | Gets or sets the GUID of the entity. | |
MemberId | Gets or sets the MemberIdentifier of the member whose annotations were retrieved. | |
ModelId | Gets or sets the GUID of the model. | |
OperationResult | Gets or sets the result of an operation. (Herdado de MessageResponse.) | |
VersionId | Gets or sets the GUID of the model version. |
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.