Selerix Developer Tools
EnrollmentStatus Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : EnrollmentStatus Enumeration
Enum. Indicates the enrollment status. The EnrollmentStatus class indicates the status of the enrollment session. For example, "complete" or "not complete".
Syntax
'Declaration
 
Public Enum EnrollmentStatus 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EnrollmentStatus
public enum EnrollmentStatus = class(System.Enum, System.IComparable, System.IConvertible, System.IFormattable)
public enum EnrollmentStatus extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum EnrollmentStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class EnrollmentStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Complete50Complete. Employee has completed the entire enrollment process, and has provided any digital signatures or other confirmation of benefit verification. The enrollment status is "complete".
Incomplete40Incomplete. Employee has started the process, but not yet completed the application and any confirmation forms. The enrollment status is "incomplete".
NotBegun20Not begun. Employee can enroll, but has not initiated the process. When an employee is created in Benefits-Selection by entering data in the New Employee screen, the employee’s Enrollment status is marked as “NotBegun”. If an employee has a status of “NotBegun”, then the enroller may choose to select the Auto-enroll option. Selecting this option will create applications for each plan based on the individual plan's auto enrollment rules. The employee’s enrollment status changes to “Complete”. The enrollment session has not begun.
NotEligible30Not eligible for enrollment. The enrollee is not eligible.
Trash10Trash.
Unknown0Unknown. The enrollment status is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.EnrollmentStatus

See Also

Reference

Selerix.BusinessObjects Namespace