C# 클래스 WebDemo.Areas.SecurityGuard.Controllers.RoleController

상속: WebDemo.Controllers.BaseController
파일 보기 프로젝트 열기: mobile-devices/cloudconnect_dotnet_client

공개 메소드들

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

This is an Ajax method that populates the Roles drop down list.

Index ( ) : System.Web.Mvc.ActionResult
RoleController ( ) : System

비공개 메소드들

메소드 설명
CreateRole ( ) : System.Web.Mvc.ActionResult
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() 공개 메소드

This is an Ajax method that populates the Roles drop down list.
public GetAllRoles ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

RoleController() 공개 메소드

public RoleController ( ) : System
리턴 System