C# Класс ScheduleWorks.UI.TimetableGridview

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
gridviewSchedule Telerik.WinControls.UI.RadGridView

Открытые методы

Метод Описание
TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

TimetableGridview() публичный Метод

public TimetableGridview ( DBManager aDBManager, int typeOfPreview, long ID ) : System
aDBManager DBManager
typeOfPreview int
ID long
Результат System

Описание свойств

gridviewSchedule публичное свойство

public Telerik.WinControls.UI.RadGridView gridviewSchedule
Результат Telerik.WinControls.UI.RadGridView