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