EntityStagingGetResponse Constructors

Definition

Initializes a new instance of the EntityStagingGetResponse class.

Overloads

EntityStagingGetResponse()

Initializes a new instance of the EntityStagingGetResponse class.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.

EntityStagingGetResponse()

Initializes a new instance of the EntityStagingGetResponse class.

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

Applies to

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Initializes a new instance of the EntityStagingGetResponse class with the specified batch count, batches, and operation result.

public:
 EntityStagingGetResponse(int BatchCount, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityStagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityStagingGetResponse (int BatchCount, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityStagingGetResponse : int * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityStagingBatch> * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityStagingGetResponse
Public Sub New (BatchCount As Integer, Batches As Collection(Of EntityStagingBatch), OperationResult As OperationResult)

Parameters

BatchCount
Int32

The total number of batches.

Batches
Collection<EntityStagingBatch>

The list of entity staging batches.

OperationResult
OperationResult

The operation result.

Applies to