Linguaggio

StagingGetResponse Costruttori

Definizione

Inizializza una nuova istanza della classe StagingGetResponse.

Overload

Nome Descrizione
StagingGetResponse()

Inizializza una nuova istanza della StagingGetResponse classe che ha valori predefiniti.

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

Inizializza una nuova istanza della StagingGetResponse classe con la lista batch specificata, il risultato dell'operazione e le informazioni non batch.

StagingGetResponse()

Inizializza una nuova istanza della StagingGetResponse classe che ha valori predefiniti.

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

Si applica a

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

Inizializza una nuova istanza della StagingGetResponse classe con la lista batch specificata, il risultato dell'operazione e le informazioni non batch.

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))

Parametri

Batches
Collection<StagingBatch>

Elenco dei lotti da restituire.

OperationResult
OperationResult

Il risultato dell'operazione, includeva un ID unico per il tracciamento e la registrazione.

UnbatchedInformation
Collection<StagingUnbatchedInformation>

Informazioni riassuntive sui record nel sistema di staging che non sono associati a un lotto.

Si applica a