C# 클래스 SampleWebApp.Controllers.SectionsController

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

공개 메소드들

메소드 설명
GetStudents ( string sectionId, int limit, int offset, string view ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
IndexAsync ( int limit, int offset ) : Task

비공개 메소드들

메소드 설명
GetStudentsAsync ( string sectionId, int limit, int offset, string view ) : Task

메소드 상세

GetStudents() 공개 메소드

public GetStudents ( string sectionId, int limit, int offset, string view ) : System.Web.Mvc.ActionResult
sectionId string
limit int
offset int
view string
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

IndexAsync() 공개 메소드

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