CyberStore Documentation
Configurator.ConstraintType Enumeration


Dovetail.Ecommerce.BusinessLogic.Configurator Namespace : Configurator.ConstraintType Enumeration
Values that represent constraint types.
Syntax
'Declaration
 
Public Enum Configurator.ConstraintType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As Configurator.ConstraintType
public enum Configurator.ConstraintType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
DefaultValueAn enum constant representing the default value option.
QuantityAn enum constant representing the quantity option.
RequiredAn enum constant representing the required option.
UpToAn enum constant representing the choose up to option.
Inheritance Hierarchy

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

See Also

Reference

Dovetail.Ecommerce.BusinessLogic.Configurator Namespace