Click or drag to resize
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.2.0.0 (5.2.17.0403)
Syntax
public enum SettingRuleOperator
Members
  Member nameValueDescription
NoOp0
And1
Or2
AndNot3
OrNot4
See Also