Public Member Functions | |
| void | AddCalendarsRow (CalendarsRow row) |
| CalendarsRow | AddCalendarsRow (string CAL_NAME, System.Guid CAL_BASE_UID, bool CAL_IS_BASE_CAL, byte[] CAL_BINARY_DATA, byte[] CAL_INFO, System.Guid CAL_UID) |
| 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_NAMEColumn [get] |
| global::System.Data.DataColumn | CAL_BASE_UIDColumn [get] |
| global::System.Data.DataColumn | CAL_IS_BASE_CALColumn [get] |
| global::System.Data.DataColumn | CAL_BINARY_DATAColumn [get] |
| global::System.Data.DataColumn | CAL_INFOColumn [get] |
| global::System.Data.DataColumn | CAL_UIDColumn [get] |
| int | Count [get] |
| CalendarsRow | this [int index] [get] |
Events | |
| CalendarsRowChangeEventHandler | CalendarsRowChanging |
| CalendarsRowChangeEventHandler | CalendarsRowChanged |
| CalendarsRowChangeEventHandler | CalendarsRowDeleting |
| CalendarsRowChangeEventHandler | CalendarsRowDeleted |
Definition at line 10944 of file Reference.cs.
1.5.8