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.
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
- 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) |