EntityStagingProcessRequest Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the entity staging process request.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
| Name | Description | |
|---|---|---|
![]() | EntityStagingProcessRequest() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EntityStagingProcessRequest class. |
![]() | EntityStagingProcessRequest(International^, String^, Identifier^, MemberType, Identifier^) | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id. |
| 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. Identifies the batch the process request is applicable to. |
![]() | EntityId | This API supports the product infrastructure and is not intended to be used directly from your code. Identifies the entity that the process request is applicable to. |
![]() | International | This API supports the product infrastructure and is not intended to be used directly from your code. The cultural setting. |
![]() | MemberType | This API supports the product infrastructure and is not intended to be used directly from your code. Identifies the member type that the process request is applicable to. |
![]() | VersionId | This API supports the product infrastructure and is not intended to be used directly from your code. The batch that is associated with the version ID. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


