C# Class Web.Areas.Administrator.Controllers.T4MVC_RoleController

Inheritance: Web.Areas.Administrator.Controllers.RoleController
ファイルを表示 Open project: rabbal/Mvc5

Public Methods

Method Description
T4MVC_RoleController ( ) : System

Private Methods

Method Description
Create ( ) : System.Web.Mvc.ActionResult
Create ( ViewModel viewModel ) : System.Threading.Tasks.Task
CreateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
CreateOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, ViewModel viewModel ) : void
Delete ( int id ) : System.Threading.Tasks.Task
DeleteOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
Edit ( ViewModel viewModel ) : System.Threading.Tasks.Task
Edit ( int id ) : System.Threading.Tasks.Task
EditOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, ViewModel viewModel ) : void
EditOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, int id ) : void
List ( ) : System.Web.Mvc.ActionResult
ListAjax ( string term, int page ) : System.Web.Mvc.ActionResult
ListAjaxOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, string term, int page ) : void
ListOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
RoleNameExist ( string name, int id ) : System.Web.Mvc.JsonResult
RoleNameExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string name, int id ) : void

Method Details

T4MVC_RoleController() public method

public T4MVC_RoleController ( ) : System
return System