Selerix Developer Tools
EmployeeStatus Enumeration






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace : EmployeeStatus Enumeration
Enum. Specifies the attributes of the employee's status.
Syntax
'Declaration
 
Public Enum EmployeeStatus 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As EmployeeStatus
public enum EmployeeStatus extends System.Enum implements System.IComparable, System.IConvertible, System.IFormattable 
__value public enum EmployeeStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
public enum class EmployeeStatus : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
Active1Active. Indicates the employee status is active.
Cobra5COBRA. Indicates the employee is covered by Cobra.
Inactive3Inactive. Indicates the employee is inactive.
LeaveOfAbsence2Leave of absence. Indicates the employee is on a leave of absence.
Retired6Retired. Indicates the employee is retired.
Terminated4Terminated. Indicates the employee is terminated.
Unknown0Unknown. Indicates the employee status is unknown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Selerix.BusinessObjects.EmployeeStatus

See Also

Reference

Selerix.BusinessObjects Namespace