C# Class SampleWebApp.Controllers.SectionsController

Inheritance: Controller
Exibir arquivo Open project: upeo/inbloom-dotnet

Public Methods

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

Private Methods

Method Description
GetStudentsAsync ( string sectionId, int limit, int offset, string view ) : Task

Method Details

GetStudents() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

IndexAsync() public method

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