Public Member Functions | |
| void | AddLinesRow (LinesRow row) |
| LinesRow | AddLinesRow (System.Guid TS_LINE_UID, System.Guid ASSN_UID, System.Guid PROJ_UID, string TASK_NAME, string PROJ_NAME, System.Guid TS_LINE_CLASS_UID, string TS_LINE_CLASS_NAME, double TS_LINE_ACT_SUM_VALUE, double ASSN_ACT_WORK, double ASSN_WORK, int ASSN_PCT_WORK_COMPLETE, string TS_LINE_COMMENT) |
| LinesRow | FindByTS_LINE_UID (System.Guid TS_LINE_UID) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| LinesRow | NewLinesRow () |
| void | RemoveLinesRow (LinesRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| LinesDataTable (global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context) | |
|
override global::System.Data.DataTable | CreateInstance () |
|
override global::System.Data.DataRow | NewRowFromBuilder (global::System.Data.DataRowBuilder builder) |
| override global::System.Type | GetRowType () |
| override void | OnRowChanged (global::System.Data.DataRowChangeEventArgs e) |
| override void | OnRowChanging (global::System.Data.DataRowChangeEventArgs e) |
| override void | OnRowDeleted (global::System.Data.DataRowChangeEventArgs e) |
| override void | OnRowDeleting (global::System.Data.DataRowChangeEventArgs e) |
Properties | |
| global::System.Data.DataColumn | TS_LINE_UIDColumn [get] |
| global::System.Data.DataColumn | ASSN_UIDColumn [get] |
| global::System.Data.DataColumn | PROJ_UIDColumn [get] |
| global::System.Data.DataColumn | TASK_NAMEColumn [get] |
| global::System.Data.DataColumn | PROJ_NAMEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CLASS_UIDColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CLASS_NAMEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_ACT_SUM_VALUEColumn [get] |
| global::System.Data.DataColumn | ASSN_ACT_WORKColumn [get] |
| global::System.Data.DataColumn | ASSN_WORKColumn [get] |
| global::System.Data.DataColumn | ASSN_PCT_WORK_COMPLETEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_COMMENTColumn [get] |
| int | Count [get] |
| LinesRow | this [int index] [get] |
Events | |
| LinesRowChangeEventHandler | LinesRowChanging |
| LinesRowChangeEventHandler | LinesRowChanged |
| LinesRowChangeEventHandler | LinesRowDeleting |
| LinesRowChangeEventHandler | LinesRowDeleted |
Definition at line 46183 of file Reference.cs.
1.5.8