Méthode | Description | |
---|---|---|
ApiController ( ) : System | ||
GetSeats ( string classID ) : System.Web.Mvc.ActionResult |
Retrieves and updates Seats Available data for the specified Section
|
|
GetSubjectList ( string yearQuarter ) : IList |
|
|
Subjects ( string format, string YearQuarter ) : System.Web.Mvc.ActionResult |
Returns an array of Course Subjects To receive the list as a JSON array call this method with format=json: |
Méthode | Description | |
---|---|---|
ClassEdit ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
ClassEdit ( string CourseNumber, string Subject, bool IsCommonCourse ) : System.Web.Mvc.ActionResult | ||
CrossListedCourses ( string courseID, string yearQuarterID ) : System.Web.Mvc.JsonResult | ||
Export ( String YearQuarterID ) : System.Web.Mvc.FileResult | ||
UpdateSectionFootnote ( string classId, string newFootnoteText ) : System.Web.Mvc.ActionResult |
public GetSeats ( string classID ) : System.Web.Mvc.ActionResult | ||
classID | string | |
Résultat | System.Web.Mvc.ActionResult |
public static GetSubjectList ( string yearQuarter ) : IList |
||
yearQuarter | string | |
Résultat | IList |
public Subjects ( string format, string YearQuarter ) : System.Web.Mvc.ActionResult | ||
format | string | |
YearQuarter | string | |
Résultat | System.Web.Mvc.ActionResult |