TimesheetLineClassDataSet.LineClassesDataTable members
Represents a data table that maintains the timesheet line classes information that is used to populate timesheets.
The TimesheetLineClassDataSet.LineClassesDataTable type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TimesheetLineClassDataSet.LineClassesDataTable() | Creates an instance of the LineClassesDataTable class. | |
TimesheetLineClassDataSet.LineClassesDataTable(SerializationInfo, StreamingContext) | Creates an instance of the LineClassesDataTable class by using the specified parameters. |
Top
Properties
Name | Description | |
---|---|---|
CaseSensitive | (Inherited from DataTable.) | |
ChildRelations | (Inherited from DataTable.) | |
Columns | (Inherited from DataTable.) | |
Constraints | (Inherited from DataTable.) | |
Container | (Inherited from MarshalByValueComponent.) | |
Count | Gets the number of records in the data table. | |
DataSet | (Inherited from DataTable.) | |
DefaultView | (Inherited from DataTable.) | |
DesignMode | (Inherited from MarshalByValueComponent.) | |
DisplayExpression | (Inherited from DataTable.) | |
Events | (Inherited from MarshalByValueComponent.) | |
ExtendedProperties | (Inherited from DataTable.) | |
HasErrors | (Inherited from DataTable.) | |
IsInitialized | (Inherited from DataTable.) | |
Item | Gets information that represents one timesheet line class, at the specified index location in the LineClassesDataTable. | |
Locale | (Inherited from DataTable.) | |
MinimumCapacity | (Inherited from DataTable.) | |
MOD_DATEColumn | Gets the XML schema of the MOD_DATEColumn in the LineClassesDataTable. | |
Namespace | (Inherited from DataTable.) | |
ParentRelations | (Inherited from DataTable.) | |
Prefix | (Inherited from DataTable.) | |
PrimaryKey | (Inherited from DataTable.) | |
RemotingFormat | (Inherited from DataTable.) | |
Rows | (Inherited from DataTable.) | |
Site | (Inherited from DataTable.) | |
TableName | (Inherited from DataTable.) | |
TS_LINE_CLASS_ALWAYS_DISPLAYColumn | Gets the schema of the TS_LINE_CLASS_ALWAYS_DISPLAYColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_DESCColumn | Gets the schema of the TS_LINE_CLASS_DESCColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_IS_DISABLEDColumn | Gets the schema of the TS_LINE_CLASS_IS_DISABLEDColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_IS_EDITABLEColumn | Gets the schema of the TS_LINE_CLASS_IS_EDITABLEColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_MULTILINEColumn | Gets the schema of the TS_LINE_CLASS_MULTILINEColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_NAMEColumn | Gets the schema of the TS_LINE_CLASS_NAMEColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_NEED_APPROVALColumn | Gets the schema of the TS_LINE_CLASS_NEED_APPROVALColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_ORGANIZATIONColumn | Gets the schema of the TS_LINE_CLASS_ORGANIZATIONColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_TYPEColumn | Gets the schema of the TS_LINE_CLASS_TYPEColumn in the LineClassesDataTable. | |
TS_LINE_CLASS_UIDColumn | Gets the schema of the TS_LINE_CLASS_UIDColumn in the LineClassesDataTable. |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
ColumnChanged | (Inherited from DataTable.) | |
ColumnChanging | (Inherited from DataTable.) | |
Disposed | (Inherited from MarshalByValueComponent.) | |
Initialized | (Inherited from DataTable.) | |
LineClassesRowChanged | The post-event activity that occurs when row information in the LineClassesDataTable has been changed. | |
LineClassesRowChanging | The pre-event activity that occurs before sending a notification that row information in the LineClassesDataTable has changed. | |
LineClassesRowDeleted | The post-event activity that occurs when a row in the LineClassesDataTable has been deleted. | |
LineClassesRowDeleting | The pre-event activity that occurs before sending a notification that a row in the LineClassesDataTable has been deleted. | |
RowChanged | (Inherited from DataTable.) | |
RowChanging | (Inherited from DataTable.) | |
RowDeleted | (Inherited from DataTable.) | |
RowDeleting | (Inherited from DataTable.) | |
TableCleared | (Inherited from DataTable.) | |
TableClearing | (Inherited from DataTable.) | |
TableNewRow | (Inherited from DataTable.) |
Top
Fields
Name | Description | |
---|---|---|
fInitInProgress | (Inherited from DataTable.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IListSource.ContainsListCollection | (Inherited from DataTable.) | |
IListSource.GetList | (Inherited from DataTable.) | |
IXmlSerializable.GetSchema | (Inherited from DataTable.) | |
IXmlSerializable.ReadXml | (Inherited from DataTable.) | |
IXmlSerializable.WriteXml | (Inherited from DataTable.) |
Top