EntityStagingProcessRequest Class

Definition

Represents the entity staging process request.

public ref class EntityStagingProcessRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityStagingProcessRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingProcessRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityStagingProcessRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingProcessRequest = class
Public Class EntityStagingProcessRequest
Inheritance
EntityStagingProcessRequest
Attributes

Constructors

EntityStagingProcessRequest()

Initializes a new instance of the EntityStagingProcessRequest class.

EntityStagingProcessRequest(International, String, Identifier, MemberType, Identifier)

Initializes a new instance of the EntityStagingProcessRequest class with the specified international, batch tag, entity ID, member type and version Id.

Fields

BatchTag

Identifies the batch the process request is applicable to.

EntityId

Identifies the entity that the process request is applicable to.

International

The cultural setting.

MemberType

Identifies the member type that the process request is applicable to.

VersionId

The batch that is associated with the version ID.

Applies to