Public Member Functions | |
| void | AddLinesRow (LinesRow row) |
| LinesRow | AddLinesRow (System.Guid TS_LINE_UID, HeadersRow parentHeadersRowByHeaders_Lines, System.Guid ASSN_UID, System.Guid TASK_UID, System.Guid PROJ_UID, System.Guid TS_LINE_CLASS_UID, string TS_LINE_COMMENT, byte TS_LINE_VALIDATION_TYPE, string TS_LINE_CACHED_ASSIGN_NAME, string TS_LINE_CACHED_PROJ_NAME, string TS_LINE_CACHED_PROJ_REVISION_COUNTER, string TS_LINE_CACHED_PROJ_REVISION_RANK, string TS_LINE_IS_CACHED, decimal TS_LINE_ACT_SUM_VALUE, byte TS_LINE_STATUS) |
| 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 | TS_UIDColumn [get] |
| global::System.Data.DataColumn | ASSN_UIDColumn [get] |
| global::System.Data.DataColumn | TASK_UIDColumn [get] |
| global::System.Data.DataColumn | PROJ_UIDColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CLASS_UIDColumn [get] |
| global::System.Data.DataColumn | TS_LINE_COMMENTColumn [get] |
| global::System.Data.DataColumn | TS_LINE_VALIDATION_TYPEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CACHED_ASSIGN_NAMEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CACHED_PROJ_NAMEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CACHED_PROJ_REVISION_COUNTERColumn [get] |
| global::System.Data.DataColumn | TS_LINE_CACHED_PROJ_REVISION_RANKColumn [get] |
| global::System.Data.DataColumn | TS_LINE_IS_CACHEDColumn [get] |
| global::System.Data.DataColumn | TS_LINE_ACT_SUM_VALUEColumn [get] |
| global::System.Data.DataColumn | TS_LINE_STATUSColumn [get] |
| int | Count [get] |
| LinesRow | this [int index] [get] |
Events | |
| LinesRowChangeEventHandler | LinesRowChanging |
| LinesRowChangeEventHandler | LinesRowChanged |
| LinesRowChangeEventHandler | LinesRowDeleting |
| LinesRowChangeEventHandler | LinesRowDeleted |
Definition at line 3048 of file Reference.cs.
1.5.8