BRDeleteCriteria Class
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.
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
- 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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |