Метод | Описание | |
---|---|---|
Course ( string term, string subject, string courseNumber ) : System.Web.Mvc.ActionResult | ||
CourseRoster ( string term, string subject, string courseNumber ) : System.Web.Mvc.ActionResult | ||
Courses ( string department, string term ) : System.Web.Mvc.ActionResult | ||
Roster ( string term, string crn ) : System.Web.Mvc.ActionResult | ||
TermCodes ( ) : System.Web.Mvc.ActionResult |
public Course ( string term, string subject, string courseNumber ) : System.Web.Mvc.ActionResult | ||
term | string | |
subject | string | |
courseNumber | string | |
Результат | System.Web.Mvc.ActionResult |
public CourseRoster ( string term, string subject, string courseNumber ) : System.Web.Mvc.ActionResult | ||
term | string | |
subject | string | |
courseNumber | string | |
Результат | System.Web.Mvc.ActionResult |
public Courses ( string department, string term ) : System.Web.Mvc.ActionResult | ||
department | string | |
term | string | |
Результат | System.Web.Mvc.ActionResult |
public Roster ( string term, string crn ) : System.Web.Mvc.ActionResult | ||
term | string | |
crn | string | |
Результат | System.Web.Mvc.ActionResult |
public TermCodes ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |