EntityStagingProcessRequest Class
The EntityStagingProcessRequest specifies the request to process entity starting.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts::EntityStagingProcessRequest
| Name | Description | |
|---|---|---|
![]() | EntityStagingProcessRequest() | Default constructor |
| Name | Description | |
|---|---|---|
![]() | BatchTag | Gets or sets the batch of this request is applicable to. This BatchTag should have already been loaded into the system via a different method. |
![]() | EntityId | Gets or sets the entity that the process request is applicable to. |
![]() | International | Gets or sets the client localization information. (Inherited from MessageRequest.) |
![]() | MemberType | Gets or sets the member type that the process request is applicable to. |
![]() | RequestId | Specifies the request identifier. (Inherited from MessageRequest.) |
![]() | VersionId | Gets or sets the batch will be associated with this 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.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


