C# Class ScheduleWorks.UI.TimetableGridview

Afficher le fichier Open project: lyubomiryanchev/ScheduleWorks

Méthodes publiques

Свойство Type Description
gridviewSchedule Telerik.WinControls.UI.RadGridView

Méthodes publiques

Méthode Description
TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

TimetableGridview() public méthode

public TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System
aDBManager DBManager
typeOfPreview int
ID long
Résultat System

Property Details

gridviewSchedule public_oe property

public Telerik.WinControls.UI.RadGridView gridviewSchedule
Résultat Telerik.WinControls.UI.RadGridView