Property | Type | Description | |
---|---|---|---|
Booking | System.Web.Mvc.ActionResult | ||
Configure | System.Web.Mvc.ActionResult | ||
Configure | System.Web.Mvc.ActionResult | ||
Configure | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ActionResult | ||
Edit | System.Web.Mvc.ActionResult | ||
Index | System.Web.Mvc.ActionResult | ||
OfferController | System | ||
OfferDropdown | System.Web.Mvc.ActionResult | ||
OfferDropdown | System.Web.Mvc.ActionResult | ||
Prices | System.Web.Mvc.ActionResult | ||
Prices | System.Web.Mvc.ActionResult | ||
Prices | System.Web.Mvc.ActionResult | ||
Quotation | System.Web.Mvc.ActionResult | ||
RedirectToAction | System.Web.Mvc.RedirectToRouteResult | ||
VerticalMenu | System.Web.Mvc.ActionResult | ||
VerticalMenu | System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Booking ( int id, int offerId, int page = 1 ) : System.Web.Mvc.ActionResult |
Get action method to show bookings of the owner, for a given localisation and offer
|
|
GetOffer ( int id, int offerId, |
||
Index ( int id, int offerId ) : System.Web.Mvc.ActionResult |
Get action result to show recent activities of the owner localisation
|
|
OfferController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System | ||
Quotation ( int id, int offerId, int page = 1 ) : System.Web.Mvc.ActionResult |
Get action method to show quotation of the owner, for a given localisation and offer
|
Method | Description | |
---|---|---|
Booking ( ) : System.Web.Mvc.ActionResult | ||
Configure ( ) : System.Web.Mvc.ActionResult | ||
Configure ( int id, OfferModel |
||
Configure ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
Edit ( ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
Edit ( int id, int offerId, OfferFormViewModel formData ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
OfferController ( Dummy d ) : System | ||
OfferDropdown ( ) : System.Web.Mvc.ActionResult | ||
OfferDropdown ( int id, int selected ) : System.Web.Mvc.ActionResult | ||
Prices ( ) : System.Web.Mvc.ActionResult | ||
Prices ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
Prices ( int id, int offerId, OfferModel |
||
Quotation ( ) : System.Web.Mvc.ActionResult | ||
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult | ||
VerticalMenu ( ) : System.Web.Mvc.ActionResult | ||
VerticalMenu ( int id, int selected ) : System.Web.Mvc.ActionResult |
public Booking ( int id, int offerId, int page = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | id of the offer |
page | int | |
return | System.Web.Mvc.ActionResult |
public static GetOffer ( int id, int offerId, |
||
id | int | |
offerId | int | |
offer | ||
lRepo | ILocalisationRepository | |
oRepo | IOfferRepository | |
caseError | Func |
|
return | void |
public Index ( int id, int offerId ) : System.Web.Mvc.ActionResult | ||
id | int | |
offerId | int | |
return | System.Web.Mvc.ActionResult |
public OfferController ( ILogger logger, IObjectStore objectStore, IEmailService emailService ) : System | ||
logger | ILogger | |
objectStore | IObjectStore | |
emailService | IEmailService | |
return | System |
public Quotation ( int id, int offerId, int page = 1 ) : System.Web.Mvc.ActionResult | ||
id | int | id of the localisation |
offerId | int | id of the offer |
page | int | |
return | System.Web.Mvc.ActionResult |