Method | Description | |
---|---|---|
Configuration ( ) : System | ||
GetCourseById ( int id ) : |
||
GetCourseClasses ( ) : List |
||
GetNumberOfCourseClasses ( ) : int | ||
GetNumberOfCourses ( ) : int | ||
GetNumberOfProfessors ( ) : int | ||
GetNumberOfRooms ( ) : int | ||
GetNumberOfStudentGroups ( ) : int | ||
GetProfessorById ( int id ) : |
||
GetRoomById ( int id ) : |
||
GetStudentsGroupById ( int id ) : |
||
IsEmpty ( ) : bool | ||
ParseFile ( LINQDataContext db ) : void |
public GetProfessorById ( int id ) : |
||
id | int | |
return |
public GetStudentsGroupById ( int id ) : |
||
id | int | |
return |
public ParseFile ( LINQDataContext db ) : void | ||
db | LINQDataContext | |
return | void |