| PerformRuleOperator Enumeration | 
 
            Operator definition for a taskgroup preset element perform 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 PerformRuleOperator
Public Enumeration PerformRuleOperator
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | NoOp | 0 |  | 
 | Equal | 1 |  | 
 | NotEqual | 2 |  | 
 | In | 3 |  | 
 | NotIn | 4 |  | 
See Also