TransactionsGetResponse Class

Retrieves an operation result, the total number of transaction records returned, and an array that contains the returned transactions.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.TransactionsGetResponse

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

'Declaration
<MessageContractAttribute(WrapperName := "TransactionsGetResponse", WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class TransactionsGetResponse
'Usage
Dim instance As TransactionsGetResponse
[MessageContractAttribute(WrapperName = "TransactionsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class TransactionsGetResponse
[MessageContractAttribute(WrapperName = L"TransactionsGetResponse", WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class TransactionsGetResponse
[<MessageContractAttribute(WrapperName = "TransactionsGetResponse", WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type TransactionsGetResponse =  class end
public class TransactionsGetResponse

The TransactionsGetResponse type exposes the following members.

Constructors

  Name Description
Public method TransactionsGetResponse() Initializes a new instance of the TransactionsGetResponse class that has default values.
Public method TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>) Initializes a new instance of the TransactionsGetResponse class that has the specified operation result, record count, and transaction list.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public field OperationResult The operation result, including a unique ID for tracking and logging.
Public field TotalRecordCount The total record count of transactions.
Public field TransactionList The list of transactions.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.