C# Class tmf.web.Controllers.OrderCookingsController

Inheritance: Controller
Datei anzeigen Open project: tomsdev/youfood-aspmvc

Public Methods

Method 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
OrderCookingsController ( ) : System
OrderCookingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCookingRepository ordercookingRepository ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
Create ( OrderCooking ordercooking ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( OrderCooking ordercooking ) : System.Web.Mvc.ActionResult

Method Details

Create() public method

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

Delete() public method

public Delete ( System id ) : System.Web.Mvc.ActionResult
id System
return System.Web.Mvc.ActionResult

Details() public method

public Details ( System id ) : System.Web.Mvc.ViewResult
id System
return System.Web.Mvc.ViewResult

Dispose() protected method

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

Edit() public method

public Edit ( System id ) : System.Web.Mvc.ActionResult
id System
return System.Web.Mvc.ActionResult

Index() public method

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

OrderCookingsController() public method

public OrderCookingsController ( ) : System
return System

OrderCookingsController() public method

public OrderCookingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCookingRepository ordercookingRepository ) : System
waiterRepository IWaiterRepository
restaurantRepository IRestaurantRepository
ordercookingRepository IOrderCookingRepository
return System