Method | Description | |
---|---|---|
Complete ( string term, string subject, string courseNumbers ) : System.Web.Mvc.ActionResult | ||
GradesRemaining ( string term, string crns ) : System.Web.Mvc.ActionResult | ||
List ( string term, string department ) : System.Web.Mvc.ActionResult |
public Complete ( string term, string subject, string courseNumbers ) : System.Web.Mvc.ActionResult | ||
term | string | |
subject | string | |
courseNumbers | string | |
return | System.Web.Mvc.ActionResult |
public GradesRemaining ( string term, string crns ) : System.Web.Mvc.ActionResult | ||
term | string | |
crns | string | |
return | System.Web.Mvc.ActionResult |
public List ( string term, string department ) : System.Web.Mvc.ActionResult | ||
term | string | |
department | string | |
return | System.Web.Mvc.ActionResult |