C# Class tmf.web.Controllers.OrderPaidsController

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
Filter ( ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
OrderPaidsController ( ) : System
OrderPaidsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderPaidRepository orderpaidRepository, IProductTypeRepository producttypeRepository ) : System
StatProduct ( ) : System.Web.Mvc.ViewResult
StatResto ( ) : System.Web.Mvc.ViewResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Create ( OrderPaid orderpaid ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( OrderPaid orderpaid ) : System.Web.Mvc.ActionResult
Filter ( OrderFilterViewModel orderFilterViewModel ) : 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

Filter() public méthode

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

Index() public méthode

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

OrderPaidsController() public méthode

public OrderPaidsController ( ) : System
Résultat System

OrderPaidsController() public méthode

public OrderPaidsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderPaidRepository orderpaidRepository, IProductTypeRepository producttypeRepository ) : System
waiterRepository IWaiterRepository
restaurantRepository IRestaurantRepository
orderpaidRepository IOrderPaidRepository
producttypeRepository IProductTypeRepository
Résultat System

StatProduct() public méthode

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

StatResto() public méthode

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