C# Class Contrive.Auth.Web.Mvc.Areas.Contrive.Controllers.RoleController

Inheritance: Controller
显示文件 Open project: alanstevens/Contrive

Public Methods

Method Description
GetAllRoles ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
RoleController ( IRoleServiceExtended roleServiceExtended ) : System

Private Methods

Method Description
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

Method Details

GetAllRoles() public method

public GetAllRoles ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RoleController() public method

public RoleController ( IRoleServiceExtended roleServiceExtended ) : System
roleServiceExtended IRoleServiceExtended
return System