EntityStagingClearRequest Constructors

Definition

Initializes a new instance of the EntityStagingClearRequest class.

Overloads

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.

EntityStagingClearRequest()

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

public:
 EntityStagingClearRequest();
public EntityStagingClearRequest ();
Public Sub New ()

Applies to

EntityStagingClearRequest(International, Int32, Identifier)

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

public:
 EntityStagingClearRequest(Microsoft::MasterDataServices::International ^ International, int BatchId, Microsoft::MasterDataServices::Identifier ^ ModelId);
public EntityStagingClearRequest (Microsoft.MasterDataServices.International International, int BatchId, Microsoft.MasterDataServices.Identifier ModelId);
new Microsoft.MasterDataServices.EntityStagingClearRequest : Microsoft.MasterDataServices.International * int * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityStagingClearRequest
Public Sub New (International As International, BatchId As Integer, ModelId As Identifier)

Parameters

International
International

The client localization information.

BatchId
Int32

The batch identifier.

ModelId
Identifier

The GUID or the exact name of a model.

Applies to