C# Class Pharmalto.Ecosystem.Controllers.HomeController

Inheritance: BaseController
Afficher le fichier Open project: CloudMetal/Ecosystem-Deployment

Méthodes publiques

Méthode Description
Detail ( int id ) : System.Web.Mvc.ActionResult
HomeController ( IShapeFactory shapeFactory, IAuthenticationService authenticationService, IMembershipService membershipService, IEcoMedicineService medicineService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService, IOrchardServices orchardServices ) : System
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
Login ( ) : System.Web.Mvc.ActionResult
POSTLogin ( LoginViewModel login ) : System.Web.Mvc.ActionResult
POSTRegister ( RegisterViewModel register ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult

Method Details

Detail() public méthode

public Detail ( int id ) : System.Web.Mvc.ActionResult
id int
Résultat System.Web.Mvc.ActionResult

HomeController() public méthode

public HomeController ( IShapeFactory shapeFactory, IAuthenticationService authenticationService, IMembershipService membershipService, IEcoMedicineService medicineService, IEcoUserService ecoUserService, IEcoProfileService ecoProfileService, IOrchardServices orchardServices ) : System
shapeFactory IShapeFactory
authenticationService IAuthenticationService
membershipService IMembershipService
medicineService IEcoMedicineService
ecoUserService IEcoUserService
ecoProfileService IEcoProfileService
orchardServices IOrchardServices
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult