EntityStagingLoadRequest Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the entity staging load members request message contract.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | EntityStagingLoadRequest() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EntityStagingLoadRequest class. |
![]() | EntityStagingLoadRequest(International^, String^, EntityStagingImportType, Collection<EntityMembers^>^, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EntityStagingLoadRequest class. |
| 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.) |
| Name | Description | |
|---|---|---|
![]() | BatchTag | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the batch tag to identify the staging batch. |
![]() | ImportType | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the import type being staged. |
![]() | International | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the cultural setting. |
![]() | ModelMembers | This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the model members to load. |
![]() | QueueForProcessing | This API supports the product infrastructure and is not intended to be used directly from your code. Indicates if the staging batches created during this load should be set queued to be process. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


