CyberStore Documentation
Configurator.QuestionType Enumeration


Dovetail.Ecommerce.BusinessLogic.Configurator Namespace : Configurator.QuestionType Enumeration
Values that represent question types.
Syntax
'Declaration
 
Public Enum Configurator.QuestionType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As Configurator.QuestionType
public enum Configurator.QuestionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberDescription
CheckBoxAn enum constant representing the check box option.
MemoAn enum constant representing the memo option.
MultiSelectAn enum constant representing the multi select option.
RadioAn enum constant representing the radio option.
SelectAn enum constant representing the select option.
TextAn enum constant representing the text option.
Inheritance Hierarchy

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

See Also

Reference

Dovetail.Ecommerce.BusinessLogic.Configurator Namespace