Property | Type | Description | |
---|---|---|---|
Booking | System.Web.Mvc.ActionResult | ||
BookingDetail | System.Web.Mvc.ActionResult | ||
BookingPaymentAccepted | System.Web.Mvc.ActionResult | ||
BookingPaymentAccepted | System.Web.Mvc.ActionResult | ||
BookingPaymentCancelled | System.Web.Mvc.ActionResult | ||
BookingPaymentCancelled | System.Web.Mvc.ActionResult | ||
CancelBooking | System.Web.Mvc.ActionResult | ||
CancelBooking | System.Web.Mvc.ActionResult | ||
CancelQuotation | System.Web.Mvc.ActionResult | ||
CancelQuotation | System.Web.Mvc.ActionResult | ||
GetAlertSummary | System.Web.Mvc.ActionResult | ||
HomeController | System | ||
Quotation | System.Web.Mvc.ActionResult | ||
QuotationDetail | System.Web.Mvc.ActionResult | ||
ReadBookingLog | System.Web.Mvc.ActionResult | ||
ReadQuotationLog | System.Web.Mvc.ActionResult | ||
RedirectToAction | System.Web.Mvc.RedirectToRouteResult |
Method | Description | |
---|---|---|
Booking ( int page ) : System.Web.Mvc.ActionResult |
Get action method to show current bookings of the member
|
|
BookingDetail ( int id ) : System.Web.Mvc.ActionResult |
Get action method to show booking detail
|
|
HomeController ( ILogger logger ) : System | ||
Index ( ) : System.Web.Mvc.ActionResult |
Get action result to show recent activities of the member
|
|
Quotation ( int page ) : System.Web.Mvc.ActionResult |
Get action method to show quotation of the member
|
|
QuotationDetail ( int id ) : 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 | ||
BookingPaymentAccepted ( ) : System.Web.Mvc.ActionResult | ||
BookingPaymentAccepted ( int id ) : System.Web.Mvc.ActionResult | ||
BookingPaymentCancelled ( ) : System.Web.Mvc.ActionResult | ||
BookingPaymentCancelled ( int id ) : System.Web.Mvc.ActionResult | ||
CancelBooking ( ) : System.Web.Mvc.ActionResult | ||
CancelBooking ( int id ) : System.Web.Mvc.ActionResult | ||
CancelQuotation ( ) : System.Web.Mvc.ActionResult | ||
CancelQuotation ( int id ) : System.Web.Mvc.ActionResult | ||
GetAlertSummary ( ) : System.Web.Mvc.ActionResult | ||
HomeController ( Dummy d ) : System | ||
Quotation ( ) : 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 |
public Booking ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public BookingDetail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public HomeController ( ILogger logger ) : System | ||
logger | ILogger | |
return | System |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Quotation ( int page ) : System.Web.Mvc.ActionResult | ||
page | int | |
return | System.Web.Mvc.ActionResult |
public QuotationDetail ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
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 |