TimecardLine Class |
Namespace: AMG.API.Timecard
The TimecardLine type exposes the following members.
Name | Description | |
---|---|---|
TimecardLine |
Initializes a new instance of the TimecardLine class.
|
Name | Description | |
---|---|---|
AutoLunchesBreaks |
Automatic lunches/breaks contained in the time card.
| |
CategoryId |
Time card's category ID
(Inherited from TimecardLineBase.) | |
Date |
Date of time card
(Inherited from TimecardLineBase.) | |
DepartmentId |
Time card's department ID
(Inherited from TimecardLineBase.) | |
Differentials |
Differential hours contained in the time card.
| |
DivisionId |
Time card's associated division ID. Comes from start transaction's device.
(Inherited from TimecardLineBase.) | |
EmployeeStatus |
Employee's status used for calculations.
| |
IsForecast |
Indicates if time card is forecasted thus without any transactions. Represents future days.
| |
IsManual |
Indicates if any of the transactions were manually added/modified.
(Inherited from TimecardLineBase.) | |
IsMissing |
Indicates if time card is missing thus without any transactions. Represents absent days.
(Inherited from TimecardLineBase.) | |
IsSystemGenerated |
Indicates if the time card was generated by the system. Such as HOL (holidays).
(Inherited from TimecardLineBase.) | |
JobId |
Time card's job ID
(Inherited from TimecardLineBase.) | |
MiscEntry |
Miscellaneous transaction of time card
| |
Money |
Money amount
(Inherited from TimecardLineBase.) | |
OT1 |
Overtime Level 1 hours
(Inherited from TimecardLineBase.) | |
OT2 |
Overtime Level 2 hours
(Inherited from TimecardLineBase.) | |
OT3 |
Overtime Level 3 hours
(Inherited from TimecardLineBase.) | |
Reg |
Regular hours
(Inherited from TimecardLineBase.) | |
RoundedStart |
Time card's rounded start date/time
| |
RoundedStop |
Time card's rounded stop date/time
| |
ShiftId |
Shift used for time card.
| |
StartDate |
Time card's start date/time
(Inherited from TimecardLineBase.) | |
StartPunch |
Start transaction of time card
| |
Status | Time card status enum En_TransactionStatus { Open = 1, Closed = 2, ClosedSystem = 3 } | |
StopDate |
Time card's stop date/time
(Inherited from TimecardLineBase.) | |
StopPunch |
Stop transaction of time card
| |
Unpaid |
Unpaid hours
(Inherited from TimecardLineBase.) | |
Wage |
Employee's Wage.
| |
WageType |
Wage type
enum WageType { Hourly = 1, Salary = 2, Calculated_Salary = 3, Daily = 4, Budget = 5 } |