BusinessRulesDeleteRequest Constructors

Definition

Initializes a new instance of the BusinessRulesDeleteRequest class.

Overloads

BusinessRulesDeleteRequest()

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

BusinessRulesDeleteRequest(International, BRDeleteCriteria)

Initializes a new instance of the BusinessRulesDeleteRequest class with the specified cultural settings and deletion criteria.

BusinessRulesDeleteRequest()

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

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

Applies to

BusinessRulesDeleteRequest(International, BRDeleteCriteria)

Initializes a new instance of the BusinessRulesDeleteRequest class with the specified cultural settings and deletion criteria.

public:
 BusinessRulesDeleteRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BRDeleteCriteria ^ DeleteCriteria);
public BusinessRulesDeleteRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BRDeleteCriteria DeleteCriteria);
new Microsoft.MasterDataServices.BusinessRulesDeleteRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BRDeleteCriteria -> Microsoft.MasterDataServices.BusinessRulesDeleteRequest
Public Sub New (International As International, DeleteCriteria As BRDeleteCriteria)

Parameters

International
International

Cultural settings.

DeleteCriteria
BRDeleteCriteria

The criteria used for filtering the items to be deleted.

Applies to