| SettingRuleExpressionOperator Enumeration | 
 
            Operator definition for setting rules, which are used to filter out elements to apply a setting on, e.g. an attribute definition.
            
 
    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 SettingRuleExpressionOperator
Public Enumeration SettingRuleExpressionOperator
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | NoOp | 0 |  | 
 | Equal | 1 |  | 
 | NotEqual | 2 |  | 
 | LesserEqual | 3 |  | 
 | LesserThan | 4 |  | 
 | GreaterEqual | 5 |  | 
 | GreaterThan | 6 |  | 
 | IsTrue | 7 |  | 
 | IsFalse | 8 |  | 
 | Contains | 9 |  | 
 | NotContains | 10 |  | 
 | StartsWith | 11 |  | 
 | NotStartsWith | 12 |  | 
 | EndsWith | 13 |  | 
 | NotEndsWith | 14 |  | 
See Also