TransactionsReverseRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.