C# Class GridMoment.UI.WebSite.Controllers.SettingsController

Inheritance: Controller
Afficher le fichier Open project: sstuteam/Gimble

Méthodes publiques

Méthode Description
ChangeAvatar ( System.Web.HttpPostedFileBase uploadImage ) : System.Web.Mvc.ActionResult
ChangeCityAndCountry ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
ChangeMail ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
ChangeName ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
ChangePassword ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

Method Details

ChangeAvatar() public méthode

public ChangeAvatar ( System.Web.HttpPostedFileBase uploadImage ) : System.Web.Mvc.ActionResult
uploadImage System.Web.HttpPostedFileBase
Résultat System.Web.Mvc.ActionResult

ChangeCityAndCountry() public méthode

public ChangeCityAndCountry ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
model GridMoment.UI.WebSite.Models.SettingsViewModel
Résultat System.Web.Mvc.ActionResult

ChangeMail() public méthode

public ChangeMail ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
model GridMoment.UI.WebSite.Models.SettingsViewModel
Résultat System.Web.Mvc.ActionResult

ChangeName() public méthode

public ChangeName ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
model GridMoment.UI.WebSite.Models.SettingsViewModel
Résultat System.Web.Mvc.ActionResult

ChangePassword() public méthode

public ChangePassword ( SettingsViewModel model ) : System.Web.Mvc.ActionResult
model GridMoment.UI.WebSite.Models.SettingsViewModel
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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