2.2.4.83 BRDeleteCriteria

The BRDeleteCriteria complex type represents the criteria for the delete operation.

The following is the XML schema definition of the BRDeleteCriteria complex type.

 <xs:complexType name="BRDeleteCriteria">
   <xs:complexContent mixed="false">
     <xs:extension xmlns:q999="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09" base="q999:DataContractBase">
       <xs:sequence>
         <xs:element xmlns:q999="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="BRConditionTreeNodes" nillable="true" type="q999:ArrayOfguid">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element xmlns:q999="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="BRItems" nillable="true" type="q999:ArrayOfguid">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
         <xs:element xmlns:q999="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="BusinessRules" nillable="true" type="q999:ArrayOfguid">
           <xs:annotation>
             <xs:appinfo>
               <DefaultValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/" EmitDefaultValue="false" />
             </xs:appinfo>
           </xs:annotation>
         </xs:element>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

BRConditionTreeNodes: Specifies the collection of condition tree nodes to delete.

BRItems: Specifies the collection of business rule items (conditions and actions) to delete.

BusinessRules: Specifies the collection of business rules to delete.