TransactionsReverseResponse Constructors

Definition

Initializes a new instance of the TransactionsReverseResponse class.

Overloads

TransactionsReverseResponse()

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

TransactionsReverseResponse(OperationResult, Collection<ReplacementId>)

Initializes a new instance of the TransactionsReverseResponse class that has the specified operation result and list of reversed transactions.

TransactionsReverseResponse()

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

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

Applies to

TransactionsReverseResponse(OperationResult, Collection<ReplacementId>)

Initializes a new instance of the TransactionsReverseResponse class that has the specified operation result and list of reversed transactions.

public:
 TransactionsReverseResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::ReplacementId ^> ^ TransactionsReversed);
public TransactionsReverseResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ReplacementId> TransactionsReversed);
new Microsoft.MasterDataServices.TransactionsReverseResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.ReplacementId> -> Microsoft.MasterDataServices.TransactionsReverseResponse
Public Sub New (OperationResult As OperationResult, TransactionsReversed As Collection(Of ReplacementId))

Parameters

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

TransactionsReversed
Collection<ReplacementId>

The list of reversed transactions.

Applies to