BRDeleteCriteria Class

Definition

Specifies lists of globally unique identifiers (GUIDs) for business rules items to be deleted.

public ref class BRDeleteCriteria : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDeleteCriteria : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRDeleteCriteria = class
    inherit DataContractBase
Public Class BRDeleteCriteria
Inherits DataContractBase
Inheritance
BRDeleteCriteria
Attributes

Constructors

BRDeleteCriteria()

Initializes a new instance of the BRDeleteCriteria class.

Properties

BRConditionTreeNodes

Gets or sets an array containing globally unique identifiers (GUIDs) of condition tree nodes to be deleted.

BRItems

Gets or sets an array containing globally unique identifiers (GUIDs) of conditions or actions to be deleted.

BusinessRules

Gets or sets an array containing globally unique identifiers (GUIDs) of business rules to be deleted.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)

Applies to