C# Class tmf.web.Controllers.OrderCreatedsController

Inheritance: Controller
Afficher le fichier Open project: tomsdev/youfood-aspmvc

Méthodes publiques

Méthode Description
Create ( ) : System.Web.Mvc.ActionResult
Delete ( System id ) : System.Web.Mvc.ActionResult
Details ( System id ) : System.Web.Mvc.ViewResult
Edit ( System id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
OrderCreatedsController ( ) : System
OrderCreatedsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCreatedRepository ordercreatedRepository ) : System
PayCommand ( ) : System.Web.Mvc.ViewResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( OrderCreated ordercreated ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( OrderCreated ordercreated ) : System.Web.Mvc.ActionResult

Method Details

Create() public méthode

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

Delete() public méthode

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

Details() public méthode

public Details ( System id ) : System.Web.Mvc.ViewResult
id System
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

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

Edit() public méthode

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

Index() public méthode

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

OrderCreatedsController() public méthode

public OrderCreatedsController ( ) : System
Résultat System

OrderCreatedsController() public méthode

public OrderCreatedsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCreatedRepository ordercreatedRepository ) : System
waiterRepository IWaiterRepository
restaurantRepository IRestaurantRepository
ordercreatedRepository IOrderCreatedRepository
Résultat System

PayCommand() public méthode

public PayCommand ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult