C# Class ScheduleWorks.UI.TimetableGridview

Show file Open project: lyubomiryanchev/ScheduleWorks

Public Properties

Property Type Description
gridviewSchedule Telerik.WinControls.UI.RadGridView

Public Methods

Method Description
TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

Method Details

Dispose() protected method

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

TimetableGridview() public method

public TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System
aDBManager DBManager
typeOfPreview int
ID long
return System

Property Details

gridviewSchedule public property

public Telerik.WinControls.UI.RadGridView gridviewSchedule
return Telerik.WinControls.UI.RadGridView