Click or drag to resize
TimecardLineBase Class
Base (lightweight) container class for one time card line.
Inheritance Hierarchy

Namespace: AMG.API.Timecard
Assembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class TimecardLineBase

The TimecardLineBase type exposes the following members.

Constructors
  NameDescription
Public methodTimecardLineBase
Initializes a new instance of the TimecardLineBase class
Top
Properties
  NameDescription
Public propertyCategoryId
Time card's category ID
Public propertyDate
Date of time card
Public propertyDepartmentId
Time card's department ID
Public propertyDivisionId
Time card's associated division ID. Comes from start transaction's device.
Public propertyIsManual
Indicates if any of the transactions were manually added/modified.
Public propertyIsMissing
Indicates if time card is missing thus without any transactions. Represents absent days.
Public propertyIsSystemGenerated
Indicates if the time card was generated by the system. Such as HOL (holidays).
Public propertyJobId
Time card's job ID
Public propertyMoney
Money amount
Public propertyOT1
Overtime Level 1 hours
Public propertyOT2
Overtime Level 2 hours
Public propertyOT3
Overtime Level 3 hours
Public propertyReg
Regular hours
Public propertyStartDate
Time card's start date/time
Public propertyStatus

Time card status

enum En_TransactionStatus { Open = 1, Closed = 2, ClosedSystem = 3 }
Public propertyStopDate
Time card's stop date/time
Public propertyUnpaid
Unpaid hours
Top
See Also