TransactionsReverseRequest Constructors

Definition

Initializes a new instance of the TransactionsReverseRequest class.

Overloads

TransactionsReverseRequest()

Initializes a new instance of the TransactionsReverseRequest class that has default values.

TransactionsReverseRequest(International, Collection<Int32>)

Initializes a new instance of the TransactionsReverseRequest class that has the specified cultural settings and a list of transactions to reverse.

TransactionsReverseRequest()

Initializes a new instance of the TransactionsReverseRequest class that has default values.

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

Applies to

TransactionsReverseRequest(International, Collection<Int32>)

Initializes a new instance of the TransactionsReverseRequest class that has the specified cultural settings and a list of transactions to reverse.

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))

Parameters

International
International

The cultural settings.

Transactions
Collection<Int32>

The list of transactions to reverse.

Applies to