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

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

Public Methods

Method Description
T4MVC_UserController ( ) : System

Private Methods

Method Description
CheckPassword ( string password ) : System.Web.Mvc.JsonResult
CheckPasswordOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string password ) : void
Create ( ) : System.Threading.Tasks.Task
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 ( long id ) : System.Threading.Tasks.Task
EditOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, ViewModel viewModel ) : void
EditOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, long id ) : void
FaceBookIdExist ( string faceBookId, int id ) : System.Web.Mvc.JsonResult
FaceBookIdExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string faceBookId, int id ) : void
GooglePlusIdExist ( string googlePlusId, int id ) : System.Web.Mvc.JsonResult
GooglePlusIdExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string googlePlusId, int id ) : void
IsEmailAvailable ( string email ) : System.Web.Mvc.JsonResult
IsEmailAvailableOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string email ) : void
IsEmailExist ( string email, int id ) : System.Web.Mvc.JsonResult
IsEmailExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string email, int id ) : void
IsNameForShowExist ( string nameForShow, int id ) : System.Web.Mvc.JsonResult
IsNameForShowExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string nameForShow, int id ) : void
IsUserNameExist ( string userName, int id ) : System.Web.Mvc.JsonResult
IsUserNameExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string userName, int id ) : void
List ( ) : System.Threading.Tasks.Task
ListAjax ( ViewModel search ) : System.Web.Mvc.ActionResult
ListAjaxOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo, ViewModel search ) : void
ListOverride ( T4MVC_System_Web_Mvc_ActionResult callInfo ) : void
PhoneNumberExist ( string phoneNumber, int id ) : System.Web.Mvc.JsonResult
PhoneNumberExistOverride ( T4MVC_System_Web_Mvc_JsonResult callInfo, string phoneNumber, int id ) : void

Method Details

T4MVC_UserController() public method

public T4MVC_UserController ( ) : System
return System