EntityStagingClearRequest Class

Definition

Represents a request message for specifying the array of batches to clear.

public ref class EntityStagingClearRequest
[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="EntityStagingClearRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingClearRequest
[<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="EntityStagingClearRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingClearRequest = class
Public Class EntityStagingClearRequest
Inheritance
EntityStagingClearRequest
Attributes

Constructors

Name Description
EntityStagingClearRequest()

Initializes a new instance of the EntityStagingClearRequest class with default values.

EntityStagingClearRequest(International, Int32, Identifier)

Initializes a new instance of the EntityStagingClearRequest class with the specified International, BatchId and ModelId.

Fields

Name Description
BatchId

Specifies the batch to set to “pending clear”.

International

Specifies the value indicating whether to use client localization information.

ModelId

Specifies the model ID of the entity.

Applies to