Method | Description | |
---|---|---|
AssesmentsAsync ( string studentId ) : Task |
||
AttendancesAsync ( string studentId, int limit ) : Task |
||
Detail ( string studentId ) : System.Web.Mvc.ActionResult | ||
DetailAsync ( string studentId ) : Task |
||
Index ( int limit, int offset ) : System.Web.Mvc.ActionResult | ||
IndexAsync ( int limit, int offset ) : Task |
public AssesmentsAsync ( string studentId ) : Task |
||
studentId | string | |
return | Task |
public AttendancesAsync ( string studentId, int limit ) : Task |
||
studentId | string | |
limit | int | |
return | Task |
public Detail ( string studentId ) : System.Web.Mvc.ActionResult | ||
studentId | string | |
return | System.Web.Mvc.ActionResult |
public DetailAsync ( string studentId ) : Task |
||
studentId | string | |
return | Task |
public Index ( int limit, int offset ) : System.Web.Mvc.ActionResult | ||
limit | int | |
offset | int | |
return | System.Web.Mvc.ActionResult |
public IndexAsync ( int limit, int offset ) : Task |
||
limit | int | |
offset | int | |
return | Task |