BusinessRulesDeleteRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.