| SettingRuleOperator Enumeration | 
 
            Operator definition for setting rule expressions to combine them together to a setting rule.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic enum SettingRuleOperator
Public Enumeration SettingRuleOperator
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | NoOp | 0 |  | 
 | And | 1 |  | 
 | Or | 2 |  | 
 | AndNot | 3 |  | 
 | OrNot | 4 |  | 
See Also