Метод | Описание | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
CreateForBrand ( int id ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( int id, string show ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : ActionResult | ||
Index ( ) : ActionResult |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
Create ( [ Include = "ID,Name")]Modelmodel, int brand ) : System.Web.Mvc.ActionResult | ||
CreateForBrand ( [ Include = "ID,Name")]Modelmodel, int brand ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( [ Include = "ID,Name")]Modelmodel ) : System.Web.Mvc.ActionResult | ||
PopulateBrandDropDownList ( object selectedBrand = null ) : void |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public CreateForBrand ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Delete ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Details ( int id, string show ) : System.Web.Mvc.ActionResult | ||
id | int | |
show | string | |
Результат | System.Web.Mvc.ActionResult |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |