ModelMembersBulkUpdateResponse Constructors

Definition

Initializes a new instance of the ModelMembersBulkUpdateResponse class.

Overloads

ModelMembersBulkUpdateResponse()

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

ModelMembersBulkUpdateResponse(OperationResult, Collection<Identifier>)

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

ModelMembersBulkUpdateResponse()

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

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

Applies to

ModelMembersBulkUpdateResponse(OperationResult, Collection<Identifier>)

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

public:
 ModelMembersBulkUpdateResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Identifier ^> ^ StagingBatches);
public ModelMembersBulkUpdateResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> StagingBatches);
new Microsoft.MasterDataServices.ModelMembersBulkUpdateResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Identifier> -> Microsoft.MasterDataServices.ModelMembersBulkUpdateResponse
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