EntityStagingProcessRequest Class

Definition

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
EntityStagingProcessRequest
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

Applies to