C# 클래스 Contrive.Auth.Web.Mvc.Areas.Contrive.Controllers.RoleController

상속: Controller
파일 보기 프로젝트 열기: alanstevens/Contrive

공개 메소드들

메소드 설명
GetAllRoles ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
RoleController ( IRoleServiceExtended roleServiceExtended ) : System

비공개 메소드들

메소드 설명
CreateRole ( string roleName ) : System.Web.Mvc.ActionResult
DeleteRole ( string roleName ) : System.Web.Mvc.ActionResult
DeleteRoles ( string roles, bool throwOnPopulatedRole ) : System.Web.Mvc.ActionResult
GetUsersInRole ( string roleName ) : System.Web.Mvc.ActionResult

메소드 상세

GetAllRoles() 공개 메소드

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

Index() 공개 메소드

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

RoleController() 공개 메소드

public RoleController ( IRoleServiceExtended roleServiceExtended ) : System
roleServiceExtended IRoleServiceExtended
리턴 System