EntityStagingLoadRequest Constructors

Definition

Initializes a new instance of the EntityStagingLoadRequest class.

Overloads

EntityStagingLoadRequest()

Initializes a new instance of the EntityStagingLoadRequest class.

EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)

Initializes a new instance of the EntityStagingLoadRequest class.

EntityStagingLoadRequest()

Initializes a new instance of the EntityStagingLoadRequest class.

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

Applies to

EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)

Initializes a new instance of the EntityStagingLoadRequest class.

public:
 EntityStagingLoadRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::EntityStagingImportType ImportType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ ModelMembers, bool QueueForProcessing);
public EntityStagingLoadRequest (Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.EntityStagingImportType ImportType, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, bool QueueForProcessing);
new Microsoft.MasterDataServices.EntityStagingLoadRequest : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.EntityStagingImportType * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * bool -> Microsoft.MasterDataServices.EntityStagingLoadRequest
Public Sub New (International As International, BatchTag As String, ImportType As EntityStagingImportType, ModelMembers As Collection(Of EntityMembers), QueueForProcessing As Boolean)

Parameters

International
International

The cultural setting.

BatchTag
String

The batch tag to identify the staging batch.

ImportType
EntityStagingImportType

The import type being staged.

ModelMembers
Collection<EntityMembers>

The model members to load.

QueueForProcessing
Boolean

True to set status to queued to run; otherwise, false.

Applies to