C# Class ShoppingCart.Controllers.HomeController

Inheritance: Controller
Mostra file Open project: miyconst/shopping-cart

Protected Properties

Property Type Description
db CartModel

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
AnyWrongOrderItems ( OrderModel Model ) : bool
Dispose ( bool disposing ) : void

Private Methods

Method Description
Submit ( OrderModel Model ) : System.Web.Mvc.ActionResult

Method Details

AnyWrongOrderItems() protected method

protected AnyWrongOrderItems ( OrderModel Model ) : bool
Model OrderModel
return bool

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Index() public method

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

Property Details

db protected_oe property

protected CartModel db
return CartModel