EntityStagingGetRequest Constructors

Definition

Initializes a new instance of the EntityStagingGetRequest class.

Overloads

EntityStagingGetRequest()

Initializes a new instance of the EntityStagingGetRequest class.

EntityStagingGetRequest(International, EntityStagingGetCriteria)

Initializes a new instance of the EntityStagingGetRequest class with the specified international and get criteria.

EntityStagingGetRequest()

Initializes a new instance of the EntityStagingGetRequest class.

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

Applies to

EntityStagingGetRequest(International, EntityStagingGetCriteria)

Initializes a new instance of the EntityStagingGetRequest class with the specified international and get criteria.

public:
 EntityStagingGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityStagingGetCriteria ^ GetCriteria);
public EntityStagingGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityStagingGetCriteria GetCriteria);
new Microsoft.MasterDataServices.EntityStagingGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityStagingGetCriteria -> Microsoft.MasterDataServices.EntityStagingGetRequest
Public Sub New (International As International, GetCriteria As EntityStagingGetCriteria)

Parameters

International
International

The cultural setting.

GetCriteria
EntityStagingGetCriteria

The criteria to use to get entity staging batches.

Applies to