C# 클래스 Holyprin.Web.Security.MVC3.Controllers.UserController

상속: Controller
파일 보기 프로젝트 열기: holyprin/Holyprin.Web.Security

공개 메소드들

메소드 설명
Details ( System.Guid id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
AddRole ( System.Guid id ) : System.Web.Mvc.ActionResult
AddRole ( System.Guid id, System.Guid roleId ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateUserModel user ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System.Guid id ) : System.Web.Mvc.ActionResult
Edit ( EditUserModel user ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
RemoveRole ( System.Guid id, System.Guid roleId ) : System.Web.Mvc.RedirectToRouteResult

메소드 상세

Details() 공개 메소드

public Details ( System.Guid id ) : System.Web.Mvc.ViewResult
id System.Guid
리턴 System.Web.Mvc.ViewResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Index() 공개 메소드

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