Method | Description | |
---|---|---|
GetStudents ( string sectionId, int limit, int offset, string view ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
IndexAsync ( int limit, int offset ) : Task |
Method | Description | |
---|---|---|
GetStudentsAsync ( string sectionId, int limit, int offset, string view ) : Task |
public GetStudents ( string sectionId, int limit, int offset, string view ) : System.Web.Mvc.ActionResult | ||
sectionId | string | |
limit | int | |
offset | int | |
view | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public IndexAsync ( int limit, int offset ) : Task |
||
limit | int | |
offset | int | |
return | Task |