Property | Type | Description | |
---|---|---|---|
gridviewSchedule | Telerik.WinControls.UI.RadGridView |
Method | Description | |
---|---|---|
TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
GetLessonsByDayForClass ( int dayIndex, int ID ) : object[] | ||
GetLessonsByDayForClassroom ( int dayIndex, int ID ) : object[] | ||
GetLessonsByDayForTeacher ( int dayIndex, long ID ) : object[] | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadTimetable ( int typeOfPreview, long ID ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System | ||
aDBManager | DBManager | |
typeOfPreview | int | |
ID | long | |
return | System |