C# Class ShoppingCart.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: miyconst/shopping-cart

Protected Properties

Свойство Type Description
db CartModel

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
AnyWrongOrderItems ( OrderModel Model ) : bool
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Submit ( OrderModel Model ) : System.Web.Mvc.ActionResult

Method Details

AnyWrongOrderItems() protected méthode

protected AnyWrongOrderItems ( OrderModel Model ) : bool
Model OrderModel
Résultat bool

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Property Details

db protected_oe property

protected CartModel db
Résultat CartModel