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.8.0.0 (5.8.21.0208)
Syntax public enum SettingRuleOperator
Public Enumeration SettingRuleOperator
Members
| Member name | Value | Description |
---|
| NoOp | 0 | |
| And | 1 | |
| Or | 2 | |
| AndNot | 3 | |
| OrNot | 4 | |
See Also