TimesheetDataSet.LinesRow Members
Include Protected Members
Include Inherited Members
Represents a timesheet line item.
The TimesheetDataSet.LinesRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
ASSN_UID | Uniquely identifies the assignment source for this timesheet line item. | |
HasErrors | (Inherited from DataRow.) | |
HeadersRow | Returns the parent TimesheetListDataSet.TimesheetsRow object for this timesheet line item. | |
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.) | |
PROJ_UID | Represents the unique ID of the project for this timesheet line item. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TASK_UID | Uniquely identifies the task source for this timesheet line item. | |
TS_LINE_ACT_SUM_VALUE | Represents the sum total of all actual time recorded in the TimesheetDataSet.ActualsRow rows for this timesheet line item. | |
TS_LINE_ASSN_LAST_WORK | Gets the most recently saved work on an assignment. | |
TS_LINE_CACHED_ASSIGN_NAME | Represents the name of the source assignment that is identified by the ASSN_UID property. | |
TS_LINE_CACHED_PROJ_NAME | Represents the name of the source project that is identified by the PROJ_UID property. | |
TS_LINE_CACHED_PROJ_REVISION_COUNTER | Represents the revision of the source project that is identified by the PROJ_UID property. | |
TS_LINE_CACHED_PROJ_REVISION_RANK | Represents the revision rank of the source project that is identified by the PROJ_UID property. | |
TS_LINE_CLASS_UID | Specifies a unique ID that represents the class of this timesheet line item. | |
TS_LINE_COMMENT | Specifies a short message to users or reviewers of the timesheet about this line item. | |
TS_LINE_IS_CACHED | Specifies whether the timesheet line is cached. | |
TS_LINE_STATUS | Indicates the approval status of this timesheet line item. | |
TS_LINE_TASK_HIERARCHY | Gets the hierarchy of task identification numbers in an assignment. | |
TS_LINE_UID | Represents the unique identifier for this timesheet line item. | |
TS_LINE_VALIDATION_TYPE | Represents the TimesheetEnum.ValidationType type for this timesheet line item. | |
TS_UID | Represents the unique ID of the timesheet to which this line item belongs. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top