C# Class SampleWebApp.Controllers.StudentsController

Inheritance: Controller
ファイルを表示 Open project: upeo/inbloom-dotnet

Public Methods

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

Method Details

AssesmentsAsync() public method

public AssesmentsAsync ( string studentId ) : Task
studentId string
return Task

AttendancesAsync() public method

public AttendancesAsync ( string studentId, int limit ) : Task
studentId string
limit int
return Task

Detail() public method

public Detail ( string studentId ) : System.Web.Mvc.ActionResult
studentId string
return System.Web.Mvc.ActionResult

DetailAsync() public method

public DetailAsync ( string studentId ) : Task
studentId string
return Task

Index() public method

public Index ( int limit, int offset ) : System.Web.Mvc.ActionResult
limit int
offset int
return System.Web.Mvc.ActionResult

IndexAsync() public method

public IndexAsync ( int limit, int offset ) : Task
limit int
offset int
return Task