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

Inheritance: Common.Controller.BaseController
ファイルを表示 Open project: rabbal/Mvc5

Private Properties

Property Type Description
CheckPassword System.Web.Mvc.JsonResult
CheckPassword System.Web.Mvc.JsonResult
Create Task
Create Task
Delete System.Threading.Tasks.Task
Delete Task
Edit System.Threading.Tasks.Task
Edit Task
Edit Task
FaceBookIdExist System.Web.Mvc.JsonResult
FaceBookIdExist System.Web.Mvc.JsonResult
GooglePlusIdExist System.Web.Mvc.JsonResult
GooglePlusIdExist System.Web.Mvc.JsonResult
IsEmailAvailable System.Web.Mvc.JsonResult
IsEmailAvailable System.Web.Mvc.JsonResult
IsEmailExist System.Web.Mvc.JsonResult
IsEmailExist System.Web.Mvc.JsonResult
IsNameForShowExist System.Web.Mvc.JsonResult
IsNameForShowExist System.Web.Mvc.JsonResult
IsUserNameExist System.Web.Mvc.JsonResult
IsUserNameExist System.Web.Mvc.JsonResult
List Task
ListAjax System.Web.Mvc.ActionResult
ListAjax System.Web.Mvc.ActionResult
PhoneNumberExist System.Web.Mvc.JsonResult
PhoneNumberExist System.Web.Mvc.JsonResult
PopulateRoles System.Threading.Tasks.Task
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
UserController System

Public Methods

Method Description
UserController ( IUnitOfWork unitOfWork, IPermissionService permissionService, IApplicationRoleManager roleManager, IApplicationUserManager userManager ) : System.ComponentModel

Private Methods

Method Description
CheckPassword ( ) : System.Web.Mvc.JsonResult
CheckPassword ( string password ) : System.Web.Mvc.JsonResult
Create ( ) : Task
Create ( AddUserViewModel viewModel ) : Task
Delete ( ) : System.Threading.Tasks.Task
Delete ( int id ) : Task
Edit ( ) : System.Threading.Tasks.Task
Edit ( EditUserViewModel viewModel ) : Task
Edit ( long id ) : Task
FaceBookIdExist ( ) : System.Web.Mvc.JsonResult
FaceBookIdExist ( string faceBookId, int id ) : System.Web.Mvc.JsonResult
GooglePlusIdExist ( ) : System.Web.Mvc.JsonResult
GooglePlusIdExist ( string googlePlusId, int id ) : System.Web.Mvc.JsonResult
IsEmailAvailable ( ) : System.Web.Mvc.JsonResult
IsEmailAvailable ( string email ) : System.Web.Mvc.JsonResult
IsEmailExist ( ) : System.Web.Mvc.JsonResult
IsEmailExist ( string email, int id ) : System.Web.Mvc.JsonResult
IsNameForShowExist ( ) : System.Web.Mvc.JsonResult
IsNameForShowExist ( string nameForShow, int id ) : System.Web.Mvc.JsonResult
IsUserNameExist ( ) : System.Web.Mvc.JsonResult
IsUserNameExist ( string userName, int id ) : System.Web.Mvc.JsonResult
List ( ) : Task
ListAjax ( ) : System.Web.Mvc.ActionResult
ListAjax ( UserSearchRequest search ) : System.Web.Mvc.ActionResult
PhoneNumberExist ( ) : System.Web.Mvc.JsonResult
PhoneNumberExist ( string phoneNumber, int id ) : System.Web.Mvc.JsonResult
PopulateRoles ( ) : System.Threading.Tasks.Task
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToAction ( Task taskResult ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( Task taskResult ) : System.Web.Mvc.RedirectToRouteResult
UserController ( Dummy d ) : System

Method Details

UserController() public method

public UserController ( IUnitOfWork unitOfWork, IPermissionService permissionService, IApplicationRoleManager roleManager, IApplicationUserManager userManager ) : System.ComponentModel
unitOfWork IUnitOfWork
permissionService IPermissionService
roleManager IApplicationRoleManager
userManager IApplicationUserManager
return System.ComponentModel