Property | Type | Description | |
---|---|---|---|
Booking | System.Web.Mvc.ActionResult | ||
BookingDetail | System.Web.Mvc.ActionResult | ||
ConfirmBooking | System.Web.Mvc.ActionResult | ||
ConfirmBooking | System.Web.Mvc.ActionResult | ||
ConfirmBooking | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ActionResult | ||
HorizontalMenu | System.Web.Mvc.ActionResult | ||
HorizontalMenu | System.Web.Mvc.ActionResult | ||
Index | System.Web.Mvc.ActionResult | ||
LocalisationController | System | ||
Quotation | System.Web.Mvc.ActionResult | ||
QuotationAccepted | System.Web.Mvc.ActionResult | ||
QuotationAccepted | System.Web.Mvc.ActionResult | ||
QuotationCancelled | System.Web.Mvc.ActionResult | ||
QuotationCancelled | System.Web.Mvc.ActionResult | ||
QuotationDetail | System.Web.Mvc.ActionResult | ||
ReadBookingLog | System.Web.Mvc.ActionResult | ||
ReadQuotationLog | System.Web.Mvc.ActionResult | ||
RedirectToAction | System.Web.Mvc.RedirectToRouteResult | ||
RefuseBooking | System.Web.Mvc.ActionResult | ||
RefuseBooking | System.Web.Mvc.ActionResult | ||
RefuseBooking | System.Web.Mvc.ActionResult | ||
RefuseQuotation | System.Web.Mvc.ActionResult | ||
RefuseQuotation | System.Web.Mvc.ActionResult | ||
RefuseQuotation | System.Web.Mvc.ActionResult | ||
VerticalMenu | System.Web.Mvc.ActionResult | ||
VerticalMenu | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Booking ( int id, int page = 1 ) : System.Web.Mvc.ActionResult |
Get action method to show bookings of the owner, for a given localisation
|
|
BookingDetail ( int id ) : System.Web.Mvc.ActionResult |
Get action method to show booking detail
|
|
Index ( int id ) : System.Web.Mvc.ActionResult |
Get action result to show recent activities of the owner localisation
|
|
LocalisationController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System | ||
Quotation ( int id, int page = 1 ) : System.Web.Mvc.ActionResult |
Get action method to show quotations of the owner, for a given localisation
|
|
QuotationDetail ( int id, bool paypal = false ) : System.Web.Mvc.ActionResult |
Get action method to show quotation detail
|
|
ReadBookingLog ( int id ) : System.Web.Mvc.ActionResult |
Get action method to read booking log
|
|
ReadQuotationLog ( int id ) : System.Web.Mvc.ActionResult |
Get action method to read quotation log
|
Method | Description | |
---|---|---|
Booking ( ) : System.Web.Mvc.ActionResult | ||
BookingDetail ( ) : System.Web.Mvc.ActionResult | ||
ConfirmBooking ( ) : System.Web.Mvc.ActionResult | ||
ConfirmBooking ( int id ) : System.Web.Mvc.ActionResult | ||
ConfirmBooking ( int id, LocalisationModel |
||
Edit ( LocalisationFormViewModel localisationForm, int id, string addOffer ) : System.Web.Mvc.ActionResult | ||
Edit ( ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
HorizontalMenu ( ) : System.Web.Mvc.ActionResult | ||
HorizontalMenu ( int id, LocalisationMainMenu selected ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
LocalisationController ( Dummy d ) : System | ||
Quotation ( ) : System.Web.Mvc.ActionResult | ||
QuotationAccepted ( ) : System.Web.Mvc.ActionResult | ||
QuotationAccepted ( int id ) : System.Web.Mvc.ActionResult | ||
QuotationCancelled ( ) : System.Web.Mvc.ActionResult | ||
QuotationCancelled ( int id ) : System.Web.Mvc.ActionResult | ||
QuotationDetail ( ) : System.Web.Mvc.ActionResult | ||
ReadBookingLog ( ) : System.Web.Mvc.ActionResult | ||
ReadQuotationLog ( ) : System.Web.Mvc.ActionResult | ||
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult | ||
RefuseBooking ( ) : System.Web.Mvc.ActionResult | ||
RefuseBooking ( int id, LocalisationModel |
||
RefuseBooking ( int id, string returnUrl ) : System.Web.Mvc.ActionResult | ||
RefuseQuotation ( ) : System.Web.Mvc.ActionResult | ||
RefuseQuotation ( int id, LocalisationModel |
||
RefuseQuotation ( int id, string returnUrl ) : System.Web.Mvc.ActionResult | ||
VerticalMenu ( ) : System.Web.Mvc.ActionResult | ||
VerticalMenu ( int id, int selected ) : System.Web.Mvc.ActionResult |
public Booking ( int id, int page = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | id of the localisation |
page | int | |
return | System.Web.Mvc.ActionResult |
public BookingDetail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public Index ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | id of the localisation |
return | System.Web.Mvc.ActionResult |
public LocalisationController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System | ||
logger | ILogger | |
objectStore | IObjectStore | |
emailService | IEmailService | |
return | System |
public Quotation ( int id, int page = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | id of the localisation |
page | int | |
return | System.Web.Mvc.ActionResult |
public QuotationDetail ( int id, bool paypal = false ) : System.Web.Mvc.ActionResult | ||
id | int | |
paypal | bool | |
return | System.Web.Mvc.ActionResult |
public ReadBookingLog ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ReadQuotationLog ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |