Method | Description | |
---|---|---|
SelectStudentsMemberInAllCourses ( ) : ObservableCollection |
||
SelectStudentsMemberInCoursesNotBegin ( ) : System.Collections.ObjectModel.ObservableCollection |
||
SelectStudentsMemberInCoursesOfSpecialTeacher ( Model teacher ) : ObservableCollection |
||
SelectStudentsMemberInCoursesThatTeacherGood ( ) : System.Collections.ObjectModel.ObservableCollection |
||
SelectTeachers ( ) : ObservableCollection |
||
SelectTeachersThatTeachAllLessons ( ) : System.Collections.ObjectModel.ObservableCollection |
||
SelectThreeFirstTeacherWithHighPrice ( ) : System.Collections.ObjectModel.ObservableCollection |
public SelectStudentsMemberInAllCourses ( ) : ObservableCollection |
||
return | ObservableCollection |
public SelectStudentsMemberInCoursesNotBegin ( ) : System.Collections.ObjectModel.ObservableCollection |
||
return | System.Collections.ObjectModel.ObservableCollection |
public SelectStudentsMemberInCoursesOfSpecialTeacher ( Model teacher ) : ObservableCollection |
||
teacher | Model | |
return | ObservableCollection |
public SelectStudentsMemberInCoursesThatTeacherGood ( ) : System.Collections.ObjectModel.ObservableCollection |
||
return | System.Collections.ObjectModel.ObservableCollection |
public SelectTeachers ( ) : ObservableCollection |
||
return | ObservableCollection |
public SelectTeachersThatTeachAllLessons ( ) : System.Collections.ObjectModel.ObservableCollection |
||
return | System.Collections.ObjectModel.ObservableCollection |
public SelectThreeFirstTeacherWithHighPrice ( ) : System.Collections.ObjectModel.ObservableCollection |
||
return | System.Collections.ObjectModel.ObservableCollection |