C# Класс Contrive.Auth.Web.Mvc.Areas.Contrive.Controllers.RoleController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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