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

Наследование: 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
RestaurantsController ( ) : System
RestaurantsController ( IRestaurantRepository restaurantRepository ) : System

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

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

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

Метод Описание
Create ( Restaurant restaurant ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System id ) : System.Web.Mvc.ActionResult
Edit ( Restaurant restaurant ) : 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

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

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

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

public RestaurantsController ( IRestaurantRepository restaurantRepository ) : System
restaurantRepository IRestaurantRepository
Результат System