Selerix Developer Tools
RatesAndFormsState Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : RatesAndFormsState Enumeration
Enum. Specifies the type of enrollment or form state.
Syntax
'Declaration
 
Public Enum RatesAndFormsState 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As RatesAndFormsState
public enum RatesAndFormsState = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum RatesAndFormsState extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum RatesAndFormsState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class RatesAndFormsState : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Other2147483647Other.
StateOfEnrollment1State of enrollment.
StateOfGroupDomicile2State of group domicile.
StateOfResidence3State of residence.
Unknown0Unknown rates and forms state.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.RatesAndFormsState

See Also

Reference

Selerix.BusinessObjects Namespace