Enum. Specifies the attributes of the employee's status.
Syntax
Members
Member | Value | Description |
Active | 1 | Active. Indicates the employee status is active. |
Cobra | 5 | COBRA. Indicates the employee is covered by Cobra. |
Inactive | 3 | Inactive. Indicates the employee is inactive. |
LeaveOfAbsence | 2 | Leave of absence. Indicates the employee is on a leave of absence. |
Retired | 6 | Retired. Indicates the employee is retired. |
Terminated | 4 | Terminated. Indicates the employee is terminated. |
Unknown | 0 | Unknown. Indicates the employee status is unknown. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Selerix.BusinessObjects.EmployeeStatus
See Also