Compartilhar via


StagingGetResponse Construtores

Definição

Inicializa uma nova instância da classe StagingGetResponse.

Sobrecargas

StagingGetResponse()

Inicializa uma nova instância da classe StagingGetResponse que tem valores padrão.

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Inicializa uma nova instância da classe StagingGetResponse com a lista de lotes, o resultado da operação e informações não em lote especificados.

StagingGetResponse()

Inicializa uma nova instância da classe StagingGetResponse que tem valores padrão.

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

Aplica-se a

StagingGetResponse(Collection<StagingBatch>, OperationResult, Collection<StagingUnbatchedInformation>)

Inicializa uma nova instância da classe StagingGetResponse com a lista de lotes, o resultado da operação e informações não em lote especificados.

public:
 StagingGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingBatch ^> ^ Batches, Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::StagingUnbatchedInformation ^> ^ UnbatchedInformation);
public StagingGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> Batches, Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> UnbatchedInformation);
new Microsoft.MasterDataServices.StagingGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingBatch> * Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.StagingUnbatchedInformation> -> Microsoft.MasterDataServices.StagingGetResponse
Public Sub New (Batches As Collection(Of StagingBatch), OperationResult As OperationResult, UnbatchedInformation As Collection(Of StagingUnbatchedInformation))

Parâmetros

Batches
Collection<StagingBatch>

Lista de lotes a serem retornados.

OperationResult
OperationResult

O resultado da operação, incluindo uma ID exclusiva para acompanhamento e log.

UnbatchedInformation
Collection<StagingUnbatchedInformation>

Informações resumidas sobre registros no sistema de preparo que não estão associadas a um lote.

Aplica-se a