BusinessRulesDeleteRequest Class

Definition

Represents a request that must include a BRDeleteCriteria containing business rule globally unique identifiers (GUIDs) and/or business rule components GUIDs for deletion.

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

Constructors

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.

Fields

DeleteCriteria

The criteria used for filtering the items to be deleted.

International

Cultural settings.

Applies to