Свойство | 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 |
Méthode | 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
|
Méthode | 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 |
public Booking ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
Résultat | System.Web.Mvc.ActionResult |
public HomeController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System | ||
logger | ILogger | |
objectStore | IObjectStore | |
emailService | IEmailService | |
Résultat | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Résultat | System.Web.Mvc.ActionResult |
public Localisations ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
Résultat | System.Web.Mvc.ActionResult |
public Quotation ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
Résultat | System.Web.Mvc.ActionResult |