C# Class LibiadaWeb.Controllers.TaskManagerController

Inheritance: Controller
Mostra file Open project: intervals-mining-lab/libiada-web

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

The index.

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

The redirect to result.

Private Methods

Method Description
Delete ( int id ) : System.Web.Mvc.ActionResult
DeleteAll ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

RedirectToResult() public method

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