C# 클래스 SampleWebApp.Controllers.StudentsController

상속: Controller
파일 보기 프로젝트 열기: upeo/inbloom-dotnet

공개 메소드들

메소드 설명
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

메소드 상세

AssesmentsAsync() 공개 메소드

public AssesmentsAsync ( string studentId ) : Task
studentId string
리턴 Task

AttendancesAsync() 공개 메소드

public AttendancesAsync ( string studentId, int limit ) : Task
studentId string
limit int
리턴 Task

Detail() 공개 메소드

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

DetailAsync() 공개 메소드

public DetailAsync ( string studentId ) : Task
studentId string
리턴 Task

Index() 공개 메소드

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

IndexAsync() 공개 메소드

public IndexAsync ( int limit, int offset ) : Task
limit int
offset int
리턴 Task