C# Класс Worki.Web.Areas.Backoffice.Controllers.HomeController

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

Private Properties

Свойство Тип Описание
Booking System.Web.Mvc.ActionResult
GetAlertSummary System.Web.Mvc.ActionResult
HomeController System
Localisations System.Web.Mvc.ActionResult
Quotation System.Web.Mvc.ActionResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult

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

Метод Описание
Booking ( int page ) : System.Web.Mvc.ActionResult

Get action method to show bookings of the owner

HomeController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System
Index ( ) : System.Web.Mvc.ActionResult

Get action result to show recent activities of the owner

Localisations ( int page ) : System.Web.Mvc.ActionResult

Get action result to show all the localisations of the owner

Quotation ( int page ) : System.Web.Mvc.ActionResult

Get action method to show quotation of the owner

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

Метод Описание
Booking ( ) : System.Web.Mvc.ActionResult
GetAlertSummary ( ) : System.Web.Mvc.ActionResult
HomeController ( Dummy d ) : System
Localisations ( ) : System.Web.Mvc.ActionResult
Quotation ( ) : System.Web.Mvc.ActionResult
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult

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

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

Get action method to show bookings of the owner
public Booking ( int page ) : System.Web.Mvc.ActionResult
page int
Результат System.Web.Mvc.ActionResult

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

public HomeController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System
logger ILogger
objectStore IObjectStore
emailService IEmailService
Результат System

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

Get action result to show recent activities of the owner
public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

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

Get action result to show all the localisations of the owner
public Localisations ( int page ) : System.Web.Mvc.ActionResult
page int
Результат System.Web.Mvc.ActionResult

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

Get action method to show quotation of the owner
public Quotation ( int page ) : System.Web.Mvc.ActionResult
page int
Результат System.Web.Mvc.ActionResult