Compartilhar via


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
Método público TransactionAnnotationsGetResponse Initializes a new instance of the TransactionAnnotationsGetResponse class.

Início

Propriedades

  Nome Descrição
Propriedade pública Annotations Gets or sets an array of annotations returned using the ArrayofAnnotation complex type.
Propriedade pública OperationResult Gets or sets the result of an operation. (Herdado de MessageResponse.)
Propriedade pública TransactionId Gets or sets the ID of the transaction to which the annotations belong.

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.