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
Uniquely identifies the assignment source for this timesheet line item.
(Inherited from DataRow.)
Returns the parent TimesheetListDataSet.TimesheetsRow object for this timesheet line item.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Item[DataColumn, DataRowVersion]
(Inherited from DataRow.)
(Inherited from DataRow.)
Represents the unique ID of the project for this timesheet line item.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Uniquely identifies the task source for this timesheet line item.
Represents the sum total of all actual time recorded in the TimesheetDataSet.ActualsRow rows for this timesheet line item.
Represents the name of the source assignment identified by the ASSN_UID property.
Represents the name of the source project identified by the PROJ_UID property.
TS_LINE_CACHED_PROJ_REVISION_COUNTER
Represents the revision of the source project identified by the PROJ_UID property.
TS_LINE_CACHED_PROJ_REVISION_RANK
Specifies a unique ID representing the class of this timesheet line item.
Specifies a short message to users or reviewers of the timesheet about this line item.
Indicates the approval status of this timesheet line item.
Represents the unique identifier for this timesheet line item.
Represents the TimesheetEnum.ValidationType type for this timesheet line item.
Represents the unique ID of the timesheet to which this line item belongs.
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.)
Returns a set of TimesheetDataSet.ActualsRow rows representing the actual time entered for this timesheet line item.
Returns a set of TimesheetDataSet.AuditsRow rows representing the audits encountered for this timesheet line item.
(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.)
Determines whether the ASSN_UID property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
Determines whether the PROJ_UID property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TASK_UID property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_LINE_ACT_SUM_VALUE property is set to a a null reference (Nothing in Visual Basic) value.
IsTS_LINE_CACHED_PROJ_REVISION_COUNTERNull
Determines whether the TS_LINE_CACHED_PROJ_REVISION_COUNTER property is set to a a null reference (Nothing in Visual Basic) value.
IsTS_LINE_CACHED_PROJ_REVISION_RANKNull
Determines whether the TS_LINE_CACHED_PROJ_REVISION_RANK property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_LINE_COMMENT property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_LINE_IS_CACHED property is set to a a null reference (Nothing in Visual Basic) value.
Determines whether the TS_LINE_STATUS property is set to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Sets the ASSN_UID property to a a null reference (Nothing in Visual Basic) value.
(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 PROJ_UID property to a a null reference (Nothing in Visual Basic) value.
Sets the TASK_UID property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_LINE_ACT_SUM_VALUE property to a a null reference (Nothing in Visual Basic) value.
SetTS_LINE_CACHED_PROJ_REVISION_COUNTERNull
Sets the TS_LINE_CACHED_PROJ_REVISION_COUNTER property to a a null reference (Nothing in Visual Basic) value.
SetTS_LINE_CACHED_PROJ_REVISION_RANKNull
Sets the TS_LINE_CACHED_PROJ_REVISION_RANK property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_LINE_COMMENT property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_LINE_IS_CACHED property to a a null reference (Nothing in Visual Basic) value.
Sets the TS_LINE_STATUS property to a a null reference (Nothing in Visual Basic) value.
(Inherited from Object.)
Top