C# Class SampleWebApp.Controllers.SectionsController

Inheritance: Controller
Afficher le fichier Open project: upeo/inbloom-dotnet

Méthodes publiques

Méthode 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

Méthode Description
GetStudentsAsync ( string sectionId, int limit, int offset, string view ) : Task

Method Details

GetStudents() public méthode

public GetStudents ( string sectionId, int limit, int offset, string view ) : System.Web.Mvc.ActionResult
sectionId string
limit int
offset int
view string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

IndexAsync() public méthode

public IndexAsync ( int limit, int offset ) : Task
limit int
offset int
Résultat Task