C# 클래스 AccountProfile.Controllers.ProfileController

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

공개 메소드들

메소드 설명
Edit ( string username ) : System.Web.Mvc.ViewResult
Find ( ProfileSearchCriteria criteria ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult
ProfileController ( ) : System
ProfileController ( IProfileRepository profileRepository ) : System
Save ( EditProfileInput form ) : System.Web.Mvc.RedirectToRouteResult
Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult
Show ( string username ) : System.Web.Mvc.ViewResult

메소드 상세

Edit() 공개 메소드

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

Find() 공개 메소드

public Find ( ProfileSearchCriteria criteria ) : System.Web.Mvc.ViewResult
criteria AccountProfile.Models.ProfileSearchCriteria
리턴 System.Web.Mvc.ViewResult

Index() 공개 메소드

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

ProfileController() 공개 메소드

public ProfileController ( ) : System
리턴 System

ProfileController() 공개 메소드

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

Save() 공개 메소드

public Save ( EditProfileInput form ) : System.Web.Mvc.RedirectToRouteResult
form AccountProfile.Models.EditProfileInput
리턴 System.Web.Mvc.RedirectToRouteResult

Save() 공개 메소드

public Save ( ProfileEditModel form ) : System.Web.Mvc.RedirectToRouteResult
form AccountProfile.Models.ProfileEditModel
리턴 System.Web.Mvc.RedirectToRouteResult

Show() 공개 메소드

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