C# Class DemoEDAFSharp.Controllers.StoreController

Inheritance: Controller
Afficher le fichier Open project: rikace/devConf2017

Méthodes publiques

Méthode Description
CheckOut ( ) : ActionResult
Complete ( int id ) : ActionResult
Details ( int id ) : ActionResult
Index ( ) : ActionResult

Private Methods

Méthode Description
AddToCart ( int id, int quantity = 1 ) : ActionResult
CheckOut ( Order model ) : ActionResult
EmptyCart ( ) : ActionResult
Products ( ) : ActionResult
Remove ( int id ) : ActionResult

Method Details

CheckOut() public méthode

public CheckOut ( ) : ActionResult
Résultat ActionResult

Complete() public méthode

public Complete ( int id ) : ActionResult
id int
Résultat ActionResult

Details() public méthode

public Details ( int id ) : ActionResult
id int
Résultat ActionResult

Index() public méthode

public Index ( ) : ActionResult
Résultat ActionResult