Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
DeleteProduct ( int id ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
GetDiscontinuedProducts ( ) : System.Web.Mvc.ActionResult |
Get all the products that are available for sale (discontinued equal to false) ordered by the product’s list price
|
|
GetProduct ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
InsertSomeMoreProducts ( ) : System.Web.Mvc.ActionResult | ||
LoadAndUpdateProduct ( ) : System.Web.Mvc.ActionResult | ||
StoreSomeProductInDatabase ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( |
||
DeleteConfirmed ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public DeleteProduct ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public GetDiscontinuedProducts ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public GetProduct ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public InsertSomeMoreProducts ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public LoadAndUpdateProduct ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public StoreSomeProductInDatabase ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |