ModelMembersBulkMergeResponse Constructors

Definition

Initializes a new instance of the ModelMembersBulkMergeResponse class.

Overloads

ModelMembersBulkMergeResponse()

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

ModelMembersBulkMergeResponse(OperationResult, Collection<Identifier>)

Initializes a new instance of the ModelMembersBulkMergeResponse class that has the specified operation result and staging batches.

ModelMembersBulkMergeResponse()

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

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

Applies to

ModelMembersBulkMergeResponse(OperationResult, Collection<Identifier>)

Initializes a new instance of the ModelMembersBulkMergeResponse class that has the specified operation result and staging batches.

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

Parameters

OperationResult
OperationResult

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

StagingBatches
Collection<Identifier>

An array containing staging batch identifiers.

Applies to