BRDeleteCriteria Class

Definition

Criteria for the delete operation.

public ref class BRDeleteCriteria : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRDeleteCriteria", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRDeleteCriteria : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<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

Remarks

The BRDeleteCriteria specifies lists of GUIDs of business rule items to be deleted.

Constructors

BRDeleteCriteria()

Constructor.

Properties

BRConditionTreeNodes

Specifies the collection of condition tree nodes to delete.

BRItems

Specifies the collection business rule items to delete.

BusinessRules

Specifies the collection of business rules to delete.

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to