EntityStagingLoadRequest Class
The EntityStagingLoadRequest specfies the request to load entity stating.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts::ModelMembersBulkRequest
Microsoft.MasterDataServices.Services.MessageContracts::EntityStagingLoadRequest
| Name | Description | |
|---|---|---|
![]() | EntityStagingLoadRequest() | Initializes a new instance of the EntityStagingLoadRequest class. |
| Name | Description | |
|---|---|---|
![]() | BatchTag | Gets or sets the batch tag to identify the staging batch. |
![]() | ImportType | Gets or sets the import type being staged. |
![]() | International | Gets or sets the client localization information. (Inherited from MessageRequest.) |
![]() | ModelMembers | Specifies the model members. (Inherited from ModelMembersBulkRequest.) |
![]() | QueueForProcessing | Specifies if the staging batches created during this load should be set queued to be process. |
![]() | RequestId | Specifies the request identifier. (Inherited from MessageRequest.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


