C# Class Worki.Web.Areas.Backoffice.Controllers.T4MVC_OfferController

Inheritance: Worki.Web.Areas.Backoffice.Controllers.OfferController
Afficher le fichier Open project: tah91/eworkyWebSite

Méthodes publiques

Méthode Description
Booking ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult
Configure ( int id, Worki formData ) : System.Web.Mvc.ActionResult
Configure ( int id, int offerId ) : System.Web.Mvc.ActionResult
Edit ( int id, int offerId ) : System.Web.Mvc.ActionResult
Edit ( int id, int offerId, Worki formData ) : System.Web.Mvc.ActionResult
Index ( int id, int offerId ) : System.Web.Mvc.ActionResult
OfferDropdown ( int id, int selected ) : System.Web.Mvc.ActionResult
Prices ( int id, int offerId ) : System.Web.Mvc.ActionResult
Prices ( int id, int offerId, Worki formData ) : System.Web.Mvc.ActionResult
Quotation ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult
T4MVC_OfferController ( ) : System
VerticalMenu ( int id, int selected ) : System.Web.Mvc.ActionResult

Method Details

Booking() public méthode

public Booking ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult
id int
offerId int
page int
Résultat System.Web.Mvc.ActionResult

Configure() public méthode

public Configure ( int id, Worki formData ) : System.Web.Mvc.ActionResult
id int
formData Worki
Résultat System.Web.Mvc.ActionResult

Configure() public méthode

public Configure ( int id, int offerId ) : System.Web.Mvc.ActionResult
id int
offerId int
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( int id, int offerId ) : System.Web.Mvc.ActionResult
id int
offerId int
Résultat System.Web.Mvc.ActionResult

Edit() public méthode

public Edit ( int id, int offerId, Worki formData ) : System.Web.Mvc.ActionResult
id int
offerId int
formData Worki
Résultat System.Web.Mvc.ActionResult

Index() public méthode

public Index ( int id, int offerId ) : System.Web.Mvc.ActionResult
id int
offerId int
Résultat System.Web.Mvc.ActionResult

OfferDropdown() public méthode

public OfferDropdown ( int id, int selected ) : System.Web.Mvc.ActionResult
id int
selected int
Résultat System.Web.Mvc.ActionResult

Prices() public méthode

public Prices ( int id, int offerId ) : System.Web.Mvc.ActionResult
id int
offerId int
Résultat System.Web.Mvc.ActionResult

Prices() public méthode

public Prices ( int id, int offerId, Worki formData ) : System.Web.Mvc.ActionResult
id int
offerId int
formData Worki
Résultat System.Web.Mvc.ActionResult

Quotation() public méthode

public Quotation ( int id, int offerId, int page ) : System.Web.Mvc.ActionResult
id int
offerId int
page int
Résultat System.Web.Mvc.ActionResult

T4MVC_OfferController() public méthode

public T4MVC_OfferController ( ) : System
Résultat System

VerticalMenu() public méthode

public VerticalMenu ( int id, int selected ) : System.Web.Mvc.ActionResult
id int
selected int
Résultat System.Web.Mvc.ActionResult