TimesheetLineClassDataSet.LineClassesRow Members
Include Protected Members
Include Inherited Members
Specifies a row of data for a timesheet line class.
The TimesheetLineClassDataSet.LineClassesRow 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.)
Specifies the modification date for the timesheet line class.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
Specifies whether the timesheet line class is always displayed.
Specifies the description for the timesheet line class.
Specifies whether the timesheet line class is disabled.
Specifies whether or not the timesheet line class is editable.
Specifies the name identifier of the timesheet line class.
Specifies whether or not the timesheet line class requires approval.
Specifies the organization of the timesheet line class.
Specifies the type of the timesheet line class.
Specifies the unique identifier of the timesheet line class.
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.)
Determines whether the MOD_DATE property is set to a null value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
IsNull(DataColumn, DataRowVersion)
(Inherited from DataRow.)
IsTS_LINE_CLASS_ALWAYS_DISPLAYNull
Determines whether the TS_LINE_CLASS_ALWAYS_DISPLAY property is set to a null value.
Determines whether the TS_LINE_CLASS_DESC property is set to a null value.
IsTS_LINE_CLASS_IS_DISABLEDNull
Determines whether the TS_LINE_CLASS_IS_DISABLED property is set to a null value.
IsTS_LINE_CLASS_IS_EDITABLENull
Determines whether the TS_LINE_CLASS_IS_EDITABLE property is set to a null value.
Determines whether the TS_LINE_CLASS_NAME property is set to a null value.
IsTS_LINE_CLASS_NEED_APPROVALNull
Determines whether the TS_LINE_CLASS_NEED_APPROVAL property is set to a null value.
Determines whether the TS_LINE_CLASS_TYPE property is set to a null 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.)
Sets the MOD_DATE property to a null value.
(Inherited from DataRow.)
(Inherited from DataRow.)
(Inherited from DataRow.)
SetParentRow(DataRow, DataRelation)
(Inherited from DataRow.)
SetTS_LINE_CLASS_ALWAYS_DISPLAYNull
Sets the TS_LINE_CLASS_ALWAYS_DISPLAY property to a null value.
Sets the TS_LINE_CLASS_DESC property to a null value.
SetTS_LINE_CLASS_IS_DISABLEDNull
Sets the TS_LINE_CLASS_IS_DISABLED property to a null value.
SetTS_LINE_CLASS_IS_EDITABLENull
Sets the MOD_DATE property to a null value.
Sets the TS_LINE_CLASS_NAME property to a null value.
SetTS_LINE_CLASS_NEED_APPROVALNull
Sets the TS_LINE_CLASS_NEED_APPROVAL property to a null value.
Sets the TS_LINE_CLASS_TYPE property to a null value.
(Inherited from Object.)
Top