C# 클래스 GridMoment.UI.WebSite.Controllers.SettingsController

상속: Controller
파일 보기 프로젝트 열기: sstuteam/Gimble

공개 메소드들

메소드 설명
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

메소드 상세

ChangeAvatar() 공개 메소드

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

ChangeCityAndCountry() 공개 메소드

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

ChangeMail() 공개 메소드

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

ChangeName() 공개 메소드

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

ChangePassword() 공개 메소드

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

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult