TimesheetDataSet.ActualsRow Members
Include Protected Members
Include Inherited Members
Contains the actual number of hours that are recorded for the related TimesheetDataSet.LinesRow object.
The TimesheetDataSet.ActualsRow 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.) | |
LinesRow | Returns the related TimesheetDataSet.LinesRow object. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TS_ACT_COMMENT | Represents any comment that is related to the entries in this row. | |
TS_ACT_FINISH_DATE | Represents the ASSN_ACT_FINISH property value that is recorded for this line item. | |
TS_ACT_NON_BILLABLE_OVT_VALUE | Represents the actual nonbillable overtime cost that is recorded for this timesheet line item. | |
TS_ACT_NON_BILLABLE_VALUE | Represents the actual nonbillable overtime cost that is recorded for this timesheet line item. | |
TS_ACT_OVT_VALUE | Represents the actual overtime cost that is recorded for this timesheet line item. | |
TS_ACT_PLAN_VALUE | Represents the actual planned cost that is recorded for this timesheet line item. | |
TS_ACT_START_DATE | Represents the actual start date and time that are recorded for this timesheet line item. | |
TS_ACT_VALUE | Represents the actual cost that is recorded for this timesheet line item. | |
TS_LINE_UID | Represents the unique identifier for the TimesheetDataSet.LinesRow object that is associated with the values recorded in this row. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top