C# 클래스 BinaryStudio.TaskManager.Web.Controllers.ProfileController

상속: Controller
파일 보기 프로젝트 열기: dv00d00/BinaryStudio.TaskManager 1 사용 예제들

공개 메소드들

메소드 설명
ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult

The change password success.

Profile ( ) : System.Web.Mvc.ActionResult

The profile.

ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System

Initializes a new instance of the ProfileController class.

비공개 메소드들

메소드 설명
ChangePassword ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ChangePasswordModel model ) : System.Web.Mvc.ActionResult
GetImageInProfile ( string userName ) : System.Web.Mvc.ActionResult
ProfileChanges ( ProfileModel model, System.Web.HttpPostedFileBase image ) : System.Web.Mvc.ActionResult

메소드 상세

ChangePasswordSuccess() 공개 메소드

The change password success.
public ChangePasswordSuccess ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Profile() 공개 메소드

The profile.
public Profile ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ProfileController() 공개 메소드

Initializes a new instance of the ProfileController class.
public ProfileController ( IUserProcessor userProcessor, IProjectProcessor projectProcessor ) : System
userProcessor IUserProcessor /// The user processor. ///
projectProcessor IProjectProcessor /// The project processor. ///
리턴 System