EntityStagingProcessRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The EntityStagingProcessRequest specifies the request to process entity starting.
public ref class EntityStagingProcessRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class EntityStagingProcessRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type EntityStagingProcessRequest = class
inherit MessageRequest
Public Class EntityStagingProcessRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
EntityStagingProcessRequest() |
Default constructor |
Properties
BatchTag |
Identifies the batch this request is applicable to. This BatchTag should have already been loaded into the system via a different method. |
EntityId |
Identifies the entity that the process request is applicable to. |
International |
Specifies client localization information. (Inherited from MessageRequest) |
MemberType |
Identifies the member type that the process request is applicable to. |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
VersionId |
The batch will be associated with this version ID |