EmployeeStatus Class |
Namespace: AMG.API.Definitions.Employees
The EmployeeStatus type exposes the following members.
Name | Description | |
---|---|---|
EmployeeStatus | Initializes a new instance of the EmployeeStatus class |
Name | Description | |
---|---|---|
Comment |
Multi line string for comments.
| |
Date |
Status start date
(Inherited from EmployeeStatusInTimecard.) | |
Employment |
Employment
enum Employment { Permanent = 0, Temporary = 1 } | |
PayTypeClass |
Pay Type Class
enum PayTypeClass { Exempt = 0, NonExempt = 1, Contract = 2 } | |
PolicyId |
Pay Policy ID
(Inherited from EmployeeStatusInTimecard.) | |
Status | Status enum En_Status { Active = 0, Inactive = 1 } | |
WorkTime |
Working Time
enum WorkTime { FullTime = 0, PartTime = 1, PerDiem = 2 } |