EntityStagingGetResponse Конструкторы

Определение

Инициализирует новый экземпляр класса EntityStagingGetResponse.

Перегрузки

EntityStagingGetResponse()

Инициализирует новый экземпляр класса EntityStagingGetResponse.

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Инициализирует новый экземпляр класса EntityStagingGetResponse с указанным количеством пакетов, пакетами и результатом операции.

EntityStagingGetResponse()

Инициализирует новый экземпляр класса EntityStagingGetResponse.

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

Применяется к

EntityStagingGetResponse(Int32, Collection<EntityStagingBatch>, OperationResult)

Инициализирует новый экземпляр класса EntityStagingGetResponse с указанным количеством пакетов, пакетами и результатом операции.

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)

Параметры

BatchCount
Int32

Общее количество пакетов.

Batches
Collection<EntityStagingBatch>

Список промежуточных пакетов сущности.

OperationResult
OperationResult

Результат операции.

Применяется к