言語

TransactionsGetResponse クラス

定義

TransactionsGetResponse要素は、操作結果、返されたトランザクションレコードの総数、そして返されたトランザクションを含むArrayOfTransactionインスタンスを返します。

public ref class TransactionsGetResponse : Microsoft::MasterDataServices::Services::MessageContracts::MessageResponse
[System.ServiceModel.MessageContract]
public class TransactionsGetResponse : Microsoft.MasterDataServices.Services.MessageContracts.MessageResponse
[<System.ServiceModel.MessageContract>]
type TransactionsGetResponse = class
    inherit MessageResponse
Public Class TransactionsGetResponse
Inherits MessageResponse
継承
TransactionsGetResponse
属性

コンストラクター

名前 説明
TransactionsGetResponse()

既定のコンストラクター

プロパティ

名前 説明
OperationResult

演算結果を指定します。

(継承元 MessageResponse)
TotalRecordCount

基準を満たす記録の総数。

TransactionList

条件を満たす返送される取引の一覧。

適用対象