C# Class LibiadaWeb.Controllers.TaskManagerController

Inheritance: Controller
Afficher le fichier Open project: intervals-mining-lab/libiada-web

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

The index.

RedirectToResult ( int id ) : System.Web.Mvc.ActionResult

The redirect to result.

Private Methods

Méthode Description
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteAll ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public méthode

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

RedirectToResult() public méthode

The redirect to result.
public RedirectToResult ( int id ) : System.Web.Mvc.ActionResult
id int /// The id. ///
Résultat System.Web.Mvc.ActionResult