C# Class Dysphoria.Net.UrlRouting.Example.Controllers.MonstersController

Inheritance: Controller
Afficher le fichier Open project: bunsen32/typed-url-routing

Méthodes publiques

Méthode Description
Delete ( int id ) : System.Web.Mvc.ActionResult
List ( ) : System.Web.Mvc.ActionResult
ListCategory ( string category ) : System.Web.Mvc.ActionResult
MonsterView ( Monster monster ) : System.Web.Mvc.ViewResult
SaveNewOrExisting ( int id, Monster monster ) : System.Web.Mvc.ActionResult
Search ( string query, AdvancedSearchOptions opt ) : System.Web.Mvc.ViewResult
ShowExisting ( int id ) : System.Web.Mvc.ActionResult
ShowNew ( ) : System.Web.Mvc.ActionResult
ShowNewOrExisting ( int id ) : System.Web.Mvc.ActionResult

Method Details

Delete() public méthode

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

List() public méthode

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

ListCategory() public méthode

public ListCategory ( string category ) : System.Web.Mvc.ActionResult
category string
Résultat System.Web.Mvc.ActionResult

MonsterView() public méthode

public MonsterView ( Monster monster ) : System.Web.Mvc.ViewResult
monster Dysphoria.Net.UrlRouting.Example.Models.Monster
Résultat System.Web.Mvc.ViewResult

SaveNewOrExisting() public méthode

public SaveNewOrExisting ( int id, Monster monster ) : System.Web.Mvc.ActionResult
id int
monster Dysphoria.Net.UrlRouting.Example.Models.Monster
Résultat System.Web.Mvc.ActionResult

Search() public méthode

public Search ( string query, AdvancedSearchOptions opt ) : System.Web.Mvc.ViewResult
query string
opt Dysphoria.Net.UrlRouting.Example.Models.AdvancedSearchOptions
Résultat System.Web.Mvc.ViewResult

ShowExisting() public méthode

public ShowExisting ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

ShowNew() public méthode

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

ShowNewOrExisting() public méthode

public ShowNewOrExisting ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult