Selerix Developer Tools
EnrollmentPreSelection Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : EnrollmentPreSelection Enumeration
Specifies default pre-selection for Apply/Decline choice on application screen for coverage 'Apply' - Apply coverage option will checked on aplication screen 'Waive' - Waive coverage option will checked on aplication screen 'Neither' - Apply and Waive options will unchecked on aplication screen
Syntax
'Declaration
 
Public Enum EnrollmentPreSelection 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EnrollmentPreSelection
public enum EnrollmentPreSelection : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum EnrollmentPreSelection = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum EnrollmentPreSelection extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum EnrollmentPreSelection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class EnrollmentPreSelection : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Apply0The apply
Neither2The neither
Waive1The waive
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.EnrollmentPreSelection

See Also

Reference

Selerix.BusinessObjects Namespace