Method | Description | |
---|---|---|
GetAllRoles ( ) : System.Web.Mvc.ActionResult |
This is an Ajax method that populates the Roles drop down list.
|
|
Index ( ) : System.Web.Mvc.ActionResult | ||
RoleController ( ) : System |
Method | Description | |
---|---|---|
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 |
public GetAllRoles ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |