Selerix Developer Tools
RuleOperator Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : RuleOperator Enumeration
Rule operator type
Syntax
'Declaration
 
Public Enum RuleOperator 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RuleOperator
public enum RuleOperator extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum RuleOperator : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class RuleOperator : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
AND6AND
Equal3Equal
GreaterEqualThan7GreaterEqualThan
GreaterThan1Greater then
LessEqualThan8LessEqualThan
LessThan2Less then
MaxAmount11MaxAmount
MaxUnits9MaxUnits
None0None defined
NOT4NOT
OR5OR
TotalAmount12TotalAmount
TotalUnits10TotalUnits
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.RuleOperator

See Also

Reference

Selerix.BusinessObjects Namespace