Method | Description | |
---|---|---|
AccountManagerController ( ) : System | ||
AccountManagerController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
Create ( ) : System.Web.Mvc.ActionResult | ||
Delete ( string id ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string id ) : System.Web.Mvc.ActionResult | ||
FindUser ( string findString ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult | ||
Delete ( string id, |
||
Edit ( string id, |
||
UserFinder ( ) : System.Web.Mvc.ActionResult |
public AccountManagerController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System | ||
userManager | ApplicationUserManager | |
signInManager | ApplicationSignInManager | |
return | System |
public Create ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Delete ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public FindUser ( string findString ) : System.Web.Mvc.ActionResult | ||
findString | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |