EntityStagingLoadResponse Constructors

Definition

Initializes a new instance of the EntityStagingLoadResponse class.

Overloads

EntityStagingLoadResponse()

Initializes a new instance of the EntityStagingLoadResponse class.

EntityStagingLoadResponse(OperationResult, Collection<Identifier>)

Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.

EntityStagingLoadResponse()

Initializes a new instance of the EntityStagingLoadResponse class.

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

Applies to

EntityStagingLoadResponse(OperationResult, Collection<Identifier>)

Initializes a new instance of the EntityStagingLoadResponse class with the specified operation result and staging batches.

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

Parameters

OperationResult
OperationResult

The operation result

StagingBatches
Collection<Identifier>

The list of entity staging batches to be loaded.

Applies to