TimeSheetSettingsDataSet.TimeSheetSettingsRow Members
Include Protected Members
Include Inherited Members
Represents timesheet settings information as a row in the TimeSheetSettingsDataSet.TimeSheetSettingsDataTable object.
The TimeSheetSettingsDataSet.TimeSheetSettingsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
WADMIN_DEFAULT_TRACKING_METHOD | Specifies the default timesheet tracking method for reporting hours worked on tasks. | |
WADMIN_IS_TRACKING_METHOD_LOCKED | Specifies whether the timesheet tracking method is locked. | |
WADMIN_TS_ALLOW_PROJECT_LEVEL | Specifies whether project tasks can be added to timesheets. | |
WADMIN_TS_CREATE_MODE_ENUM | Specifies what types of timesheet lines are preloaded. | |
WADMIN_TS_DEF_DISPLAY_ENUM | Specifies the default display options for the overtime and non-billable sections of a timesheet. | |
WADMIN_TS_DEF_ENTRY_MODE_ENUM | Specifies whether the default timesheet entry mode is daily or weekly. | |
WADMIN_TS_FIXED_APPROVAL_ROUTING | Specifies whether timesheet approval routing is fixed. | |
WADMIN_TS_HOURS_PER_DAY | Specifies the number of hours in a standard timesheet day, in units of 1/1000th minute. | |
WADMIN_TS_HOURS_PER_WEEK | Specifies the number of hours in a standard timesheet work week, in units of 1/1000th minute. | |
WADMIN_TS_IS_AUDIT_ENABLED | Specifies whether timesheet auditing is enabled. | |
WADMIN_TS_IS_FUTURE_REP_ALLOWED | Specifies whether future time reporting is allowed. | |
WADMIN_TS_IS_UNVERS_TASK_ALLOWED | Specifies whether personal tasks are enabled for timesheets. | |
WADMIN_TS_MAX_HR_PER_DAY | Specifies the maximum number of hours that can be recorded on a timesheet for one day of work. | |
WADMIN_TS_MAX_HR_PER_TS | Specifies the maximum number of hours that can be recorded for a timesheet. | |
WADMIN_TS_MIN_HR_PER_TS | Specifies the minimum number of hours that must be recorded for a timesheet. | |
WADMIN_TS_PROJECT_MANAGER_APPROVAL | Specifies whether project manager approval is required on line items before a timesheet is sent for timesheet manager approval. | |
WADMIN_TS_PROJECT_MANAGER_COORDINATION | Specifies whether project managers can view line item approvals when a timesheet is submitted for approval. | |
WADMIN_TS_REPORT_UNIT_ENUM | Specifies the unit of time (hours or days) in which work is reported for a timesheet. | |
WADMIN_TS_TIED_MODE | Specifies whether team members report project task status in a timesheet. | |
WADMIN_UIDFAKE | Reserved for internal use. Primary key for the internal timesheet settings table. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top