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.5.0.0 (5.5.18.1019)
Syntax
public enum SettingRuleOperator
Members
  Member nameValueDescription
NoOp0
And1
Or2
AndNot3
OrNot4
See Also