TimesheetListDataSet.TimesheetsRow Members
Include Protected Members
Include Inherited Members
Specifies one row of timesheet list data.
The TimesheetListDataSet.TimesheetsRow 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.) | |
RES_TIMESHEET_MGR_UID | Specifies the unique identifier for the user who is the timesheet manager for this resource. | |
RES_UID | Specifies the unique identifier of the resource that is associated with the timesheet list. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TLastActionCachedResName | Gets the cached name of the resource that performed the most recent action on the timesheet. | |
TLastActionComment | Gets the comment for the most recent action on the timesheet. | |
TS_AUX_STATUS | Obsolete. Not used in Project Server 2010. | |
TS_CACHED_RES_NAME | Specifies the cached RES_NAME() that corresponds to the RES_UID property. | |
TS_CREATOR_RES_UID | Specifies the enterprise resource unique identifier for the resource that created the timesheet. | |
TS_GRAND_TOTAL_ACT_VALUE | Specifies the total of all actual values that are entered for this timesheet. | |
TS_JOB_UID | Gets or sets the timesheet job GUID. | |
TS_NAME | Specifies an arbitrary user-entered name that is assigned to the timesheet. | |
TS_QUEUE_COUNTER | ||
TS_STATUS_ENUM | Specifies the TimesheetEnum.Status type for this timesheet. | |
TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUE | Specifies the sum-total, actual non-billable overtime cost that is recorded on this timesheet. | |
TS_TOTAL_ACT_NON_BILLABLE_VALUE | Specifies the sum-total, actual non-billable cost that is recorded on this timesheet. | |
TS_TOTAL_ACT_OVT_VALUE | Specifies the sum-total, actual overtime cost that is recorded on this timesheet. | |
TS_TOTAL_ACT_VALUE | Specifies the sum total, actual cost that is recorded for this timesheet. | |
TS_UID | Specifies the TS_UID property of the timesheet to which this action applies. | |
WPRD_FINISH_DATE | Specifies the finish date for the reporting time period. | |
WPRD_NAME | Specifies the name for the reporting time period. | |
WPRD_START_DATE | Specifies the start date for the reporting time period. | |
WPRD_UID | Specifies the GUID for the reporting time period. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top