TransactionsGetResponse Class
Retrieves an operation result, the total number of transaction records returned, and an array that contains the returned transactions.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | TransactionsGetResponse() | Initializes a new instance of the TransactionsGetResponse class that has default values. |
![]() | TransactionsGetResponse(OperationResult^, Int32, Collection<Transaction^>^) | Initializes a new instance of the TransactionsGetResponse class that has the specified operation result, record count, and transaction list. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | OperationResult | The operation result, including a unique ID for tracking and logging. |
![]() | TotalRecordCount | The total record count of transactions. |
![]() | TransactionList | The list of transactions. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


