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

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsWADMIN_IS_TRACKING_METHOD_LOCKEDNull Determines whether the WADMIN_IS_TRACKING_METHOD_LOCKED property is set to a null value.
Public method IsWADMIN_TS_ALLOW_PROJECT_LEVELNull Determines whether the WADMIN_TS_ALLOW_PROJECT_LEVEL property is set to a null value.
Public method IsWADMIN_TS_FIXED_APPROVAL_ROUTINGNull Determines whether the WADMIN_TS_FIXED_APPROVAL_ROUTING property is set to a null value.
Public method IsWADMIN_TS_IS_AUDIT_ENABLEDNull Determines whether the WADMIN_TS_IS_AUDIT_ENABLED property is set to a null value.
Public method IsWADMIN_TS_IS_FUTURE_REP_ALLOWEDNull Determines whether the WADMIN_TS_IS_FUTURE_REP_ALLOWED property is set to a null value.
Public method IsWADMIN_TS_IS_UNVERS_TASK_ALLOWEDNull Determines whether the WADMIN_TS_IS_UNVERS_TASK_ALLOWED property is set to a null value.
Public method IsWADMIN_TS_PROJECT_MANAGER_APPROVALNull Determines whether the WADMIN_TS_PROJECT_MANAGER_APPROVAL property is set to a null value.
Public method IsWADMIN_TS_PROJECT_MANAGER_COORDINATIONNull Determines whether the WADMIN_TS_PROJECT_MANAGER_COORDINATION property is set to a null value.
Public method IsWADMIN_TS_TIED_MODENull Determines whether the WADMIN_TS_TIED_MODE property is set to a null value.
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetWADMIN_IS_TRACKING_METHOD_LOCKEDNull Sets the WADMIN_IS_TRACKING_METHOD_LOCKED property to a null value.
Public method SetWADMIN_TS_ALLOW_PROJECT_LEVELNull Sets the WADMIN_TS_ALLOW_PROJECT_LEVEL property to a null value.
Public method SetWADMIN_TS_FIXED_APPROVAL_ROUTINGNull Sets the WADMIN_TS_FIXED_APPROVAL_ROUTING property to a null value.
Public method SetWADMIN_TS_IS_AUDIT_ENABLEDNull Sets the WADMIN_TS_IS_AUDIT_ENABLED property to a null value.
Public method SetWADMIN_TS_IS_FUTURE_REP_ALLOWEDNull Sets the WADMIN_TS_IS_FUTURE_REP_ALLOWED property to a null value.
Public method SetWADMIN_TS_IS_UNVERS_TASK_ALLOWEDNull Sets the WADMIN_TS_IS_UNVERS_TASK_ALLOWED property to a null value.
Public method SetWADMIN_TS_PROJECT_MANAGER_APPROVALNull Sets the WADMIN_TS_PROJECT_MANAGER_APPROVAL property to a null value.
Public method SetWADMIN_TS_PROJECT_MANAGER_COORDINATIONNull Sets the WADMIN_TS_PROJECT_MANAGER_COORDINATION property to a null value.
Public method SetWADMIN_TS_TIED_MODENull Sets the WADMIN_TS_TIED_MODE property to a null value.
Public method ToString (Inherited from Object.)

Top

Extension Methods

  Name Description
Public Extension Method GetValue<T> Reserved for internal use. (Defined by PSUtility.)

Top

See Also

Reference

TimeSheetSettingsDataSet.TimeSheetSettingsRow Class

Admin Web Service