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

Inheritance: Controller
Show file Open project: sstuteam/Gimble

Public Methods

Method 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 method

public ChangeAvatar ( System.Web.HttpPostedFileBase uploadImage ) : System.Web.Mvc.ActionResult
uploadImage System.Web.HttpPostedFileBase
return System.Web.Mvc.ActionResult

ChangeCityAndCountry() public method

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

ChangeMail() public method

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

ChangeName() public method

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

ChangePassword() public method

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

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult