C# Class Worki.Web.Areas.Backoffice.Controllers.HomeController

Inheritance: BackofficeControllerBase
显示文件 Open project: tah91/eworkyWebSite

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Booking() public method

Get action method to show bookings of the owner
public Booking ( int page ) : System.Web.Mvc.ActionResult
page int
return System.Web.Mvc.ActionResult

HomeController() public method

public HomeController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System
logger ILogger
objectStore IObjectStore
emailService IEmailService
return System

Index() public method

Get action result to show recent activities of the owner
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Localisations() public method

Get action result to show all the localisations of the owner
public Localisations ( int page ) : System.Web.Mvc.ActionResult
page int
return System.Web.Mvc.ActionResult

Quotation() public method

Get action method to show quotation of the owner
public Quotation ( int page ) : System.Web.Mvc.ActionResult
page int
return System.Web.Mvc.ActionResult