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

Inheritance: Controller
ファイルを表示 Open project: bunsen32/typed-url-routing

Public Methods

Method 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 method

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

List() public method

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

ListCategory() public method

public ListCategory ( string category ) : System.Web.Mvc.ActionResult
category string
return System.Web.Mvc.ActionResult

MonsterView() public method

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

SaveNewOrExisting() public method

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

Search() public method

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

ShowExisting() public method

public ShowExisting ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult

ShowNew() public method

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

ShowNewOrExisting() public method

public ShowNewOrExisting ( int id ) : System.Web.Mvc.ActionResult
id int
return System.Web.Mvc.ActionResult