Selerix Developer Tools
VariableType Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : VariableType Enumeration
Type of variable. Used in rule conditions and expressions.
Syntax
'Declaration
 
Public Enum VariableType 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As VariableType
public enum VariableType extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum VariableType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class VariableType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Benefit1BenefitAmount or Units.
UnderwritingMode2Underwriting mode.
Unknown0Unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.VariableType

See Also

Reference

Selerix.BusinessObjects Namespace