ProjectTimesheetLinesDataSet.ActualsRow Members
Include Protected Members
Include Inherited Members
Represents actual time expended information, as a row in the ProjectTimesheetLinesDataSet.ActualsDataTable object.
The ProjectTimesheetLinesDataSet.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.) | |
ProjectTimesheetLinesRow | Gets the timesheet line information. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) | |
TS_ACT_COMMENT | Gets or sets 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 non-billable overtime cost that is recorded for this timesheet line item. | |
TS_ACT_NON_BILLABLE_VALUE | Represents the actual non-billable 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 that are recorded in this row. |
Top
Methods
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top