C# Класс Disco.Web.Areas.API.Controllers.T4MVC_AuthorizationRoleController

Наследование: Disco.Web.Areas.API.Controllers.AuthorizationRoleController
Показать файл Открыть проект

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

Метод Описание
T4MVC_AuthorizationRoleController ( ) : System

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

Метод Описание
Delete ( int id, bool redirect ) : System.Web.Mvc.ActionResult
DeleteOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, bool redirect ) : void
Update ( int id, string key, string value, bool redirect ) : System.Web.Mvc.ActionResult
UpdateAdministratorSubjects ( string Subjects, bool redirect ) : System.Web.Mvc.ActionResult
UpdateAdministratorSubjectsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string Subjects, bool redirect ) : void
UpdateClaims ( int id, string ClaimKeys, bool redirect ) : System.Web.Mvc.ActionResult
UpdateClaimsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string ClaimKeys, bool redirect ) : void
UpdateName ( int id, string RoleName, bool redirect ) : System.Web.Mvc.ActionResult
UpdateNameOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string RoleName, bool redirect ) : void
UpdateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string key, string value, bool redirect ) : void
UpdateSubjects ( int id, string Subjects, bool redirect ) : System.Web.Mvc.ActionResult
UpdateSubjectsOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id, string Subjects, bool redirect ) : void

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

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

public T4MVC_AuthorizationRoleController ( ) : System
Результат System