C# 클래스 Worki.Web.Areas.Backoffice.Controllers.HomeController

상속: BackofficeControllerBase
파일 보기 프로젝트 열기: tah91/eworkyWebSite

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