EntityStagingLoadResponse Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.