C# Класс tmf.web.Controllers.OrderCookingsController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Create ( OrderCooking ordercooking ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( OrderCooking ordercooking ) : System.Web.Mvc.ActionResult

Описание методов

Create() публичный Метод

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Delete() публичный Метод

public Delete ( System id ) : System.Web.Mvc.ActionResult
id System
Результат System.Web.Mvc.ActionResult

Details() публичный Метод

public Details ( System id ) : System.Web.Mvc.ViewResult
id System
Результат System.Web.Mvc.ViewResult

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Edit() публичный Метод

public Edit ( System id ) : System.Web.Mvc.ActionResult
id System
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

OrderCookingsController() публичный Метод

public OrderCookingsController ( ) : System
Результат System

OrderCookingsController() публичный Метод

public OrderCookingsController ( IWaiterRepository waiterRepository, IRestaurantRepository restaurantRepository, IOrderCookingRepository ordercookingRepository ) : System
waiterRepository IWaiterRepository
restaurantRepository IRestaurantRepository
ordercookingRepository IOrderCookingRepository
Результат System