Method | Description | |
---|---|---|
ActivateDeactivateUser ( int id ) : System.Web.Mvc.ActionResult | ||
ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
ChangePassword2 ( System.Web.Mvc.FormCollection values ) : System.Web.Mvc.ActionResult | ||
ChangePasswordAjax ( System.Web.Mvc.FormCollection values ) : System.Web.Mvc.ActionResult | ||
ConfirmDeleteAccount ( int id ) : System.Web.Mvc.ActionResult | ||
DeactivateUser ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteAccount ( int id ) : ActionResult | ||
EditUser ( int userId ) : ActionResult | ||
GetUsers ( ) : JsonResult | ||
Index ( ) : ActionResult | ||
New ( ) : ActionResult | ||
UserProfile ( int id ) : ActionResult | ||
UsersController ( IUserAccountService service, IHubService hubService, IAdminUnitService adminUnitService, IProgramService programService, Cats userHubService ) : System | ||
UsersList ( [ request ) : ActionResult | ||
add ( ) : ActionResult | ||
init ( ) : void |
Method | Description | |
---|---|---|
ChangePassword ( |
||
EditUser ( UserProfile userInfo ) : ActionResult | ||
EditUserRoles ( UserViewModel userInfo ) : ActionResult | ||
EditUserRoles ( string UserName ) : ActionResult | ||
New ( UserProfile userInfo ) : ActionResult |
public ActivateDeactivateUser ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public ChangePassword ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public ChangePassword2 ( System.Web.Mvc.FormCollection values ) : System.Web.Mvc.ActionResult | ||
values | System.Web.Mvc.FormCollection | |
return | System.Web.Mvc.ActionResult |
public ChangePasswordAjax ( System.Web.Mvc.FormCollection values ) : System.Web.Mvc.ActionResult | ||
values | System.Web.Mvc.FormCollection | |
return | System.Web.Mvc.ActionResult |
public ConfirmDeleteAccount ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public DeactivateUser ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
return | System.Web.Mvc.ActionResult |
public DeleteAccount ( int id ) : ActionResult | ||
id | int | |
return | ActionResult |
public EditUser ( int userId ) : ActionResult | ||
userId | int | |
return | ActionResult |
public UsersController ( IUserAccountService service, IHubService hubService, IAdminUnitService adminUnitService, IProgramService programService, Cats userHubService ) : System | ||
service | IUserAccountService | |
hubService | IHubService | |
adminUnitService | IAdminUnitService | |
programService | IProgramService | |
userHubService | Cats | |
return | System |
public UsersList ( [ request ) : ActionResult | ||
request | [ | |
return | ActionResult |