Classe TransactionAnnotationsGetResponse
Represents a complex type to hold the details of the response.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts..::..TransactionAnnotationsGetResponse
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageContractAttribute> _
Public Class TransactionAnnotationsGetResponse _
Inherits MessageResponse
'Uso
Dim instance As TransactionAnnotationsGetResponse
[MessageContractAttribute]
public class TransactionAnnotationsGetResponse : MessageResponse
[MessageContractAttribute]
public ref class TransactionAnnotationsGetResponse : public MessageResponse
[<MessageContractAttribute>]
type TransactionAnnotationsGetResponse =
class
inherit MessageResponse
end
public class TransactionAnnotationsGetResponse extends MessageResponse
O tipo TransactionAnnotationsGetResponse expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
TransactionAnnotationsGetResponse | Initializes a new instance of the TransactionAnnotationsGetResponse class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Annotations | Gets or sets an array of annotations returned using the ArrayofAnnotation complex type. | |
OperationResult | Gets or sets the result of an operation. (Herdado de MessageResponse.) | |
TransactionId | Gets or sets the ID of the transaction to which the annotations belong. |
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.