TransactionsGetResponse Class
The TransactionsGetResponse element returns an operation result, the total number of transaction records returned, and an ArrayOfTransaction instance that contains the returned transactions.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageResponse
Microsoft.MasterDataServices.Services.MessageContracts::TransactionsGetResponse
| Name | Description | |
|---|---|---|
![]() | TransactionsGetResponse() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | OperationResult | Specifies the operation result. (Inherited from MessageResponse.) |
![]() | TotalRecordCount | Gets or sets the total amount of records that meet the criteria. |
![]() | TransactionList | Gets or sets the list of transactions that will be returned that meet the criteria. |
| 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


