TimesheetConst Members
Include Protected Members
Include Inherited Members
Contains timesheet constants.
The TimesheetConst type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimesheetConst | Instantiates a TimesheetConst object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
const_AdministrativeLineClassGuid | Value = 20492C14-D411-4E3C-9C64-E17151104486. The GUID for the administrative timesheet line class. | |
const_AdminTimeProjectGuid | Value = e38038fa-f8ca-47d1-bfd4-6b45b8462972. The GUID for an administrative time project. | |
const_SickTimeLineClassGuid | Value = D99828C2-97BE-457B-A376-7876824EA0CE. The GUID for the sick time timesheet line class. | |
const_StandardLineClassGuid | Value = FCDB0E4E-B9C7-4A39-804F-FA44796F71A0. The GUID for the standard timesheet line class. | |
const_TotalLineGuid | Value = 9F076A35-1394-4c6b-950A-AEE4179FEBDC. The GUID for the Total line in a timesheet. | |
const_UnverifiedProjectGuid | Value = cbbeeaf0-ca14-44ab-8a26-665d0cb086b4. The GUID for an unverified project in a timesheet. | |
const_VacationLineClassGuid | Value = 60E3ADC6-6D30-4034-82DA-899231460BEC. The GUID for a vacation timesheet line class. | |
OneHourOfWork | Value = 60000. Specifies one hour of work, as stored in timesheet tables. |
Top