C# 클래스 AreasExample.Areas.Admin.Controllers.ProfileController

상속: Controller
파일 보기 프로젝트 열기: jeffreypalermo/mvc2inaction

Private Properties

프로퍼티 타입 설명
Edit System.Web.Mvc.ActionResult
Edit System.Web.Mvc.ViewResult
ProfileController System
RedirectToAction System.Web.Mvc.RedirectToRouteResult
Show System.Web.Mvc.ViewResult

공개 메소드들

메소드 설명
Edit ( string username ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ActionResult
ProfileController ( ) : System
ProfileController ( IProfileRepository profileRepository ) : System
Show ( string username ) : System.Web.Mvc.ViewResult

비공개 메소드들

메소드 설명
Edit ( EditProfileInput profile ) : System.Web.Mvc.ActionResult
Edit ( ) : System.Web.Mvc.ViewResult
ProfileController ( Dummy d ) : System
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
Show ( ) : System.Web.Mvc.ViewResult

메소드 상세

Edit() 공개 메소드

public Edit ( string username ) : System.Web.Mvc.ViewResult
username string
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

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

ProfileController() 공개 메소드

public ProfileController ( ) : System
리턴 System

ProfileController() 공개 메소드

public ProfileController ( IProfileRepository profileRepository ) : System
profileRepository IProfileRepository
리턴 System

Show() 공개 메소드

public Show ( string username ) : System.Web.Mvc.ViewResult
username string
리턴 System.Web.Mvc.ViewResult