Метод | Описание | |
---|---|---|
Details ( System.Guid id ) : System.Web.Mvc.ViewResult | ||
Index ( int index ) : System.Web.Mvc.ViewResult | ||
Password ( System.Guid id ) : System.Web.Mvc.ViewResult | ||
Role ( string id ) : System.Web.Mvc.ViewResult | ||
UserAdministrationController ( ) : System | ||
UserAdministrationController ( IMembershipSettings membershipSettings, IUserService userService, IPasswordService passwordService, IRolesService rolesService, ISmtpClient smtpClient ) : System | ||
UsersRoles ( System.Guid id ) : System.Web.Mvc.ViewResult |
Метод | Описание | |
---|---|---|
AddToRole ( System.Guid id, string role ) : System.Web.Mvc.RedirectToRouteResult | ||
ChangeApproval ( System.Guid id, bool isApproved ) : System.Web.Mvc.RedirectToRouteResult | ||
CreateRole ( string id ) : System.Web.Mvc.RedirectToRouteResult | ||
CreateVendor ( System id ) : System.Web.Mvc.RedirectToRouteResult | ||
DeleteRole ( string id ) : System.Web.Mvc.RedirectToRouteResult | ||
DeleteUser ( System.Guid id ) : System.Web.Mvc.RedirectToRouteResult | ||
Details ( System.Guid id, string email, string comments ) : System.Web.Mvc.RedirectToRouteResult | ||
RemoveFromRole ( System.Guid id, string role ) : System.Web.Mvc.RedirectToRouteResult | ||
ResetPassword ( System.Guid id ) : System.Web.Mvc.RedirectToRouteResult | ||
ResetPasswordWithAnswer ( System.Guid id, string answer ) : System.Web.Mvc.RedirectToRouteResult | ||
SetPassword ( System.Guid id, string password ) : System.Web.Mvc.RedirectToRouteResult | ||
Unlock ( System.Guid id ) : System.Web.Mvc.RedirectToRouteResult |
public Details ( System.Guid id ) : System.Web.Mvc.ViewResult | ||
id | System.Guid | |
Результат | System.Web.Mvc.ViewResult |
public Index ( int index ) : System.Web.Mvc.ViewResult | ||
index | int | |
Результат | System.Web.Mvc.ViewResult |
public Password ( System.Guid id ) : System.Web.Mvc.ViewResult | ||
id | System.Guid | |
Результат | System.Web.Mvc.ViewResult |
public Role ( string id ) : System.Web.Mvc.ViewResult | ||
id | string | |
Результат | System.Web.Mvc.ViewResult |
public UserAdministrationController ( ) : System | ||
Результат | System |
public UserAdministrationController ( IMembershipSettings membershipSettings, IUserService userService, IPasswordService passwordService, IRolesService rolesService, ISmtpClient smtpClient ) : System | ||
membershipSettings | IMembershipSettings | |
userService | IUserService | |
passwordService | IPasswordService | |
rolesService | IRolesService | |
smtpClient | ISmtpClient | |
Результат | System |
public UsersRoles ( System.Guid id ) : System.Web.Mvc.ViewResult | ||
id | System.Guid | |
Результат | System.Web.Mvc.ViewResult |