TimesheetDataSet.ActualsRow Members
Include Protected Members
Include Inherited Members
Contains the actual number of hours recorded for the related TimesheetDataSet.LinesRow object.
The TimesheetDataSet.ActualsRow type exposes the following members.
Properties
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Returns the related TimesheetDataSet.LinesRow object.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Represents any comment related to the entries in this row.
Represents the ASSN_ACT_FINISH property value recorded for this line item.
Represents the actual nonbillable overtime cost recorded for this timesheet line item.
Represents the actual nonbillable overtime cost recorded for this timesheet line item.
Represents the actual overtime cost recorded for this timesheet line item.
Represents the actual planned cost recorded for this timesheet line item.
Represents the actual start date and time recorded for this timesheet line item.
Represents the actual cost recorded for this timesheet line item.
Represents the unique identifier for the TimesheetDataSet.LinesRow object associated with the values recorded in this row.
Top
Methods
Name
Description
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetChildRows(String, DataRowVersion)
(Inherited from DataRow.)
GetChildRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRow(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRow(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
GetParentRows(String, DataRowVersion)
(Inherited from DataRow.)
GetParentRows(DataRelation, DataRowVersion)
(Inherited from DataRow.)
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
Determines whether the TS_ACT_COMMENT property is set to a a null reference (Nothing in Visual Basic) value.
IsTS_ACT_NON_BILLABLE_OVT_VALUENull
Determines whether the TS_ACT_NON_BILLABLE_OVT_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
IsTS_ACT_NON_BILLABLE_VALUENull
Determines whether the TS_ACT_NONBILLABLE_VALUE() property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_ACT_OVT_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_ACT_PLAN_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_ACT_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetColumnError(String, String)
(Inherited from DataRow.)
SetColumnError(DataColumn, String)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
Sets the TS_ACT_COMMENT property to a a null reference (Nothing in Visual Basic) value.
SetTS_ACT_NON_BILLABLE_OVT_VALUENull
Sets the TS_ACT_NON_BILLABLE_OVT_VALUE property to a a null reference (Nothing in Visual Basic) value.
SetTS_ACT_NON_BILLABLE_VALUENull
Sets the TS_ACT_NON_BILLABLE_VALUE property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_ACT_OVT_VALUE property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_ACT_PLAN_VALUE property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_ACT_VALUE property to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
Top