Share via


TransactionsGetResponse コンストラクター

定義

TransactionsGetResponse クラスの新しいインスタンスを初期化します。

オーバーロード

TransactionsGetResponse()

TransactionsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>)

指定した操作結果、レコード数、およびトランザクション一覧を持つ TransactionsGetResponse クラスの新しいインスタンスを初期化します。

TransactionsGetResponse()

TransactionsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

public:
 TransactionsGetResponse();
public TransactionsGetResponse ();
Public Sub New ()

適用対象

TransactionsGetResponse(OperationResult, Int32, Collection<Transaction>)

指定した操作結果、レコード数、およびトランザクション一覧を持つ TransactionsGetResponse クラスの新しいインスタンスを初期化します。

public:
 TransactionsGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, int TotalRecordCount, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Transaction ^> ^ TransactionList);
public TransactionsGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, int TotalRecordCount, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Transaction> TransactionList);
new Microsoft.MasterDataServices.TransactionsGetResponse : Microsoft.MasterDataServices.OperationResult * int * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Transaction> -> Microsoft.MasterDataServices.TransactionsGetResponse
Public Sub New (OperationResult As OperationResult, TotalRecordCount As Integer, TransactionList As Collection(Of Transaction))

パラメーター

OperationResult
OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

TotalRecordCount
Int32

トランザクションのレコード総数。

TransactionList
Collection<Transaction>

トランザクションの一覧。

適用対象