TransactionsReverseRequest コンストラクター

定義

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

オーバーロード

TransactionsReverseRequest()

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

TransactionsReverseRequest(International, Collection<Int32>)

指定されたカルチャ設定と取り消すトランザクションの一覧を持つ TransactionsReverseRequest クラスの新しいインスタンスを初期化します。

TransactionsReverseRequest()

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

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

適用対象

TransactionsReverseRequest(International, Collection<Int32>)

指定されたカルチャ設定と取り消すトランザクションの一覧を持つ TransactionsReverseRequest クラスの新しいインスタンスを初期化します。

public:
 TransactionsReverseRequest(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<int> ^ Transactions);
public TransactionsReverseRequest (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<int> Transactions);
new Microsoft.MasterDataServices.TransactionsReverseRequest : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<int> -> Microsoft.MasterDataServices.TransactionsReverseRequest
Public Sub New (International As International, Transactions As Collection(Of Integer))

パラメーター

International
International

カルチャ設定。

Transactions
Collection<Int32>

取り消すトランザクションの一覧。

適用対象