Public Member Functions | |
| void | AddCustomFieldsRow (CustomFieldsRow row) |
| CustomFieldsRow | AddCustomFieldsRow (System.Guid MD_PROP_UID, int MD_PROP_ID, System.Guid MD_PROP_UID_SECONDARY, int MD_PROP_ID_SECONDARY, System.Guid MD_ENT_TYPE_UID, string MD_PROP_NAME, System.Guid MD_LOOKUP_TABLE_UID, bool MD_PROP_IS_REQUIRED, byte MD_AGGREGATION_TYPE_ENUM, byte MD_PROP_TYPE_ENUM, System.Guid MD_PROP_DEFAULT_VALUE, bool MD_PROP_IS_LEAF_NODE_ONLY, int MD_PROP_MAX_VALUES, bool MD_PROP_USE_FOR_MATCHING, string MD_PROP_FORMULA, string MD_PROP_GRAPHICAL_INDICATOR, string MD_PROP_SUMM_GRAPHICAL_INDICATOR, string MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR, bool MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP, bool MD_PROP_ROLLDOWN_TO_ASSN, System.Guid MD_PROP_CHECKOUTBY, System.DateTime MD_PROP_CHECKOUTDATE, System.DateTime MOD_DATE, bool MD_PROP_COPY_ON_REASSIGNMENT) |
| CustomFieldsRow | FindByMD_PROP_UID (System.Guid MD_PROP_UID) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| CustomFieldsRow | NewCustomFieldsRow () |
| void | RemoveCustomFieldsRow (CustomFieldsRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| CustomFieldsDataTable (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 | MD_PROP_UIDColumn [get] |
| global::System.Data.DataColumn | MD_PROP_IDColumn [get] |
| global::System.Data.DataColumn | MD_PROP_UID_SECONDARYColumn [get] |
| global::System.Data.DataColumn | MD_PROP_ID_SECONDARYColumn [get] |
| global::System.Data.DataColumn | MD_ENT_TYPE_UIDColumn [get] |
| global::System.Data.DataColumn | MD_PROP_NAMEColumn [get] |
| global::System.Data.DataColumn | MD_LOOKUP_TABLE_UIDColumn [get] |
| global::System.Data.DataColumn | MD_PROP_IS_REQUIREDColumn [get] |
| global::System.Data.DataColumn | MD_AGGREGATION_TYPE_ENUMColumn [get] |
| global::System.Data.DataColumn | MD_PROP_TYPE_ENUMColumn [get] |
| global::System.Data.DataColumn | MD_PROP_DEFAULT_VALUEColumn [get] |
| global::System.Data.DataColumn | MD_PROP_IS_LEAF_NODE_ONLYColumn [get] |
| global::System.Data.DataColumn | MD_PROP_MAX_VALUESColumn [get] |
| global::System.Data.DataColumn | MD_PROP_USE_FOR_MATCHINGColumn [get] |
| global::System.Data.DataColumn | MD_PROP_FORMULAColumn [get] |
| global::System.Data.DataColumn | MD_PROP_GRAPHICAL_INDICATORColumn [get] |
| global::System.Data.DataColumn | MD_PROP_SUMM_GRAPHICAL_INDICATORColumn [get] |
| global::System.Data.DataColumn | MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATORColumn [get] |
| global::System.Data.DataColumn | MD_PROP_GRAPHICAL_INDICATOR_TOOLTIPColumn [get] |
| global::System.Data.DataColumn | MD_PROP_ROLLDOWN_TO_ASSNColumn [get] |
| global::System.Data.DataColumn | MD_PROP_CHECKOUTBYColumn [get] |
| global::System.Data.DataColumn | MD_PROP_CHECKOUTDATEColumn [get] |
| global::System.Data.DataColumn | MOD_DATEColumn [get] |
| global::System.Data.DataColumn | MD_PROP_COPY_ON_REASSIGNMENTColumn [get] |
| int | Count [get] |
| CustomFieldsRow | this [int index] [get] |
Events | |
| CustomFieldsRowChangeEventHandler | CustomFieldsRowChanging |
| CustomFieldsRowChangeEventHandler | CustomFieldsRowChanged |
| CustomFieldsRowChangeEventHandler | CustomFieldsRowDeleting |
| CustomFieldsRowChangeEventHandler | CustomFieldsRowDeleted |
Definition at line 627 of file Reference.cs.
1.5.8