C# Класс Cats.Web.Hub.Controllers.RolesController

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

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

Метод Описание
Create ( ) : System.Web.Mvc.ActionResult
Delete ( int id ) : System.Web.Mvc.ActionResult
Details ( int id ) : System.Web.Mvc.ViewResult
Edit ( int id ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ViewResult
RolesController ( IRoleService roleSerivce, IUserRoleService userRoleService, IUserProfileService userProfileService ) : System
Update ( ) : System.Web.Mvc.ActionResult
testing ( Role role ) : bool

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
BindRoleModel ( Role role ) : RoleModel
Create ( Role role ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult
Edit ( Role role ) : System.Web.Mvc.ActionResult

Описание методов

Create() публичный Метод

public Create ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

Delete() публичный Метод

public Delete ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Details() публичный Метод

public Details ( int id ) : System.Web.Mvc.ViewResult
id int
Результат System.Web.Mvc.ViewResult

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Edit() публичный Метод

public Edit ( int id ) : System.Web.Mvc.ActionResult
id int
Результат System.Web.Mvc.ActionResult

Index() публичный Метод

public Index ( ) : System.Web.Mvc.ViewResult
Результат System.Web.Mvc.ViewResult

RolesController() публичный Метод

public RolesController ( IRoleService roleSerivce, IUserRoleService userRoleService, IUserProfileService userProfileService ) : System
roleSerivce IRoleService
userRoleService IUserRoleService
userProfileService IUserProfileService
Результат System

Update() публичный Метод

public Update ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult

testing() публичный Метод

public testing ( Role role ) : bool
role Cats.Models.Hubs.Role
Результат bool