Public Member Functions | |
| void | AddCalendarExceptionsRow (CalendarExceptionsRow row) |
| CalendarExceptionsRow | AddCalendarExceptionsRow (CalendarsRow parentCalendarsRowByCalendarCalendarExceptions, string Name, System.DateTime Start, System.DateTime Finish, int Shift1Start, int Shift1Finish, int Shift2Start, int Shift2Finish, int Shift3Start, int Shift3Finish, int Shift4Start, int Shift4Finish, int Shift5Start, int Shift5Finish, int RecurrenceType, int RecurrenceFrequency, int RecurrenceDays, int RecurrenceMonthDay, int RecurrenceMonth, int RecurrencePosition) |
|
virtual global::System.Collections.IEnumerator | GetEnumerator () |
|
override global::System.Data.DataTable | Clone () |
| CalendarExceptionsRow | NewCalendarExceptionsRow () |
| void | RemoveCalendarExceptionsRow (CalendarExceptionsRow row) |
Static Public Member Functions | |
|
static global::System.Xml.Schema.XmlSchemaComplexType | GetTypedTableSchema (global::System.Xml.Schema.XmlSchemaSet xs) |
Protected Member Functions | |
| CalendarExceptionsDataTable (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 | NameColumn [get] |
| global::System.Data.DataColumn | StartColumn [get] |
| global::System.Data.DataColumn | FinishColumn [get] |
| global::System.Data.DataColumn | Shift1StartColumn [get] |
| global::System.Data.DataColumn | Shift1FinishColumn [get] |
| global::System.Data.DataColumn | Shift2StartColumn [get] |
| global::System.Data.DataColumn | Shift2FinishColumn [get] |
| global::System.Data.DataColumn | Shift3StartColumn [get] |
| global::System.Data.DataColumn | Shift3FinishColumn [get] |
| global::System.Data.DataColumn | Shift4StartColumn [get] |
| global::System.Data.DataColumn | Shift4FinishColumn [get] |
| global::System.Data.DataColumn | Shift5StartColumn [get] |
| global::System.Data.DataColumn | Shift5FinishColumn [get] |
| global::System.Data.DataColumn | RecurrenceTypeColumn [get] |
| global::System.Data.DataColumn | RecurrenceFrequencyColumn [get] |
| global::System.Data.DataColumn | RecurrenceDaysColumn [get] |
| global::System.Data.DataColumn | RecurrenceMonthDayColumn [get] |
| global::System.Data.DataColumn | RecurrenceMonthColumn [get] |
| global::System.Data.DataColumn | RecurrencePositionColumn [get] |
| int | Count [get] |
| CalendarExceptionsRow | this [int index] [get] |
Events | |
| CalendarExceptionsRowChangeEventHandler | CalendarExceptionsRowChanging |
| CalendarExceptionsRowChangeEventHandler | CalendarExceptionsRowChanged |
| CalendarExceptionsRowChangeEventHandler | CalendarExceptionsRowDeleting |
| CalendarExceptionsRowChangeEventHandler | CalendarExceptionsRowDeleted |
Definition at line 970 of file Reference.cs.
1.5.8