C# 클래스 MLAA.Web.EnrolmentManager

파일 보기 프로젝트 열기: Readify/MakingLegacyApplicationsAwesome

공개 메소드들

메소드 설명
GetStudentEnrolments ( int id ) : MLAA.Data.Linq2Sql.Subject[]
IsEnrolled ( int studentId, int subjectId ) : bool
SearchStudents ( string name ) : MLAA.Data.Linq2Sql.Student[]

Searches for a student by name.

메소드 상세

GetStudentEnrolments() 공개 정적인 메소드

public static GetStudentEnrolments ( int id ) : MLAA.Data.Linq2Sql.Subject[]
id int
리턴 MLAA.Data.Linq2Sql.Subject[]

IsEnrolled() 공개 정적인 메소드

public static IsEnrolled ( int studentId, int subjectId ) : bool
studentId int
subjectId int
리턴 bool

SearchStudents() 공개 정적인 메소드

Searches for a student by name.
public static SearchStudents ( string name ) : MLAA.Data.Linq2Sql.Student[]
name string Any Part of the first name or last name of the student.
리턴 MLAA.Data.Linq2Sql.Student[]