TimesheetDataSet.HeadersRow members
Represents one timesheet.
The TimesheetDataSet.HeadersRow 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 ID of the timesheet manager for this resource. Read-only. | |
RES_UID | Specifies the resource unique identifier of the enterprise resource that is reporting on this timesheet. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TS_CACHED_CREATOR_RES_NAME | Specifies the cached RES_NAME that corresponds to the TS_CREATOR_RES_UID property. | |
TS_CACHED_RES_NAME | Specifies the cached RES_NAME that corresponds to the RES_UID property. | |
TS_COMMENTS | Specifies comments that are associated with this timesheet. | |
TS_CREATOR_RES_UID | Specifies the enterprise resource unique identifier for the resource that created the timesheet. | |
TS_ENTRY_MODE_ENUM | Specifies the TimesheetEnum.EntryMode type for this timesheet. | |
TS_GRAND_TOTAL_ACT_VALUE | Specifies the total of all actual values that are entered for this timesheet. | |
TS_IS_CONTROLLED_BY_OWNER | Gets or sets the Boolean value that specifies whether the timesheet is controlled by the owner. | |
TS_IS_PROCESSED | Indicates whether the timesheet is finalized and should not be changed. | |
TS_NAME | Specifies an arbitrary user-entered name that is assigned to the timesheet. | |
TS_PRELOAD_TYPE | Gets the value that specifies the lines that were preloaded when the timesheet was created. Read-only. | |
TS_STATUS_ENUM | Specifies the TimesheetEnum.Status type for this timesheet. | |
TS_TOTAL_ACT_NON_BILLABLE_OVT_VALUE | Specifies the sum-total, actual nonbillable overtime cost that is recorded on this timesheet. | |
TS_TOTAL_ACT_NON_BILLABLE_VALUE | Specifies the sum-total, actual nonbillable 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 on this timesheet. | |
TS_UID | Specifies the unique identifier for this timesheet. | |
TS_WEEK_STARTS_ON | Gets the day of the week on which the timesheet starts, where Monday = 1. | |
WPRD_UID | Specifies the GUID for the reporting time period. |
Top
Methods
Top