Click or drag to resize
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)
Syntax
public enum SettingRuleExpressionOperator
Members
  Member nameValueDescription
NoOp0
Equal1
NotEqual2
LesserEqual3
LesserThan4
GreaterEqual5
GreaterThan6
IsTrue7
IsFalse8
Contains9
NotContains10
StartsWith11
NotStartsWith12
EndsWith13
NotEndsWith14
See Also