CyberStore Documentation
Configurator.Operator Enumeration


Dovetail.Ecommerce.BusinessLogic.Configurator Namespace : Configurator.Operator Enumeration
Values that represent operators.
Syntax
'Declaration
 
Public Enum Configurator.Operator 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As Configurator.Operator
Members
MemberDescription
ContainsAn enum constant representing the contains option.
ElementOfAn enum constant representing the element of option.
EqualsAn enum constant representing the equals option.
GreaterThanAn enum constant representing the greater than option.
LessThanAn enum constant representing the less than option.
NotContainsAn enum constant representing the not contains option.
NotElementOfAn enum constant representing the not element of option.
NotEqualsAn enum constant representing the not equals option.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dovetail.Ecommerce.BusinessLogic.Configurator.Configurator.Operator

See Also

Reference

Dovetail.Ecommerce.BusinessLogic.Configurator Namespace