Public Member Functions | |
| void | AddCalendarsRow (CalendarsRow row) |
| CalendarsRow | AddCalendarsRow (System.Guid CAL_UID, string CAL_NAME, bool CAL_IS_STANDARD_CAL, System.Guid CAL_CHECKOUTBY, System.DateTime CAL_CHECKOUTDATE, System.DateTime CREATED_DATE, System.DateTime MOD_DATE, System.Guid CalendarUniqueIdToDuplicate) |
| CalendarsRow | FindByCAL_UID (System.Guid CAL_UID) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| CalendarsRow | NewCalendarsRow () |
| void | RemoveCalendarsRow (CalendarsRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| CalendarsDataTable (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 | CAL_UIDColumn [get] |
| global::System.Data.DataColumn | CAL_NAMEColumn [get] |
| global::System.Data.DataColumn | CAL_IS_STANDARD_CALColumn [get] |
| global::System.Data.DataColumn | CAL_CHECKOUTBYColumn [get] |
| global::System.Data.DataColumn | CAL_CHECKOUTDATEColumn [get] |
| global::System.Data.DataColumn | CREATED_DATEColumn [get] |
| global::System.Data.DataColumn | MOD_DATEColumn [get] |
| global::System.Data.DataColumn | CalendarUniqueIdToDuplicateColumn [get] |
| int | Count [get] |
| CalendarsRow | this [int index] [get] |
Events | |
| CalendarsRowChangeEventHandler | CalendarsRowChanging |
| CalendarsRowChangeEventHandler | CalendarsRowChanged |
| CalendarsRowChangeEventHandler | CalendarsRowDeleting |
| CalendarsRowChangeEventHandler | CalendarsRowDeleted |
Definition at line 635 of file Reference.cs.
1.5.8