Method | Description | |
---|---|---|
Add ( ) : System.Web.Mvc.ActionResult | ||
Delete ( Commands command ) : System.Web.Mvc.ActionResult | ||
Details ( string id ) : System.Web.Mvc.ActionResult | ||
Edit ( string userId = "" ) : System.Web.Mvc.ActionResult | ||
Index ( string id ) : System.Web.Mvc.ActionResult | ||
SetPassword ( System.Guid id ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Add ( Models item ) : System.Web.Mvc.ActionResult | ||
Edit ( Models item ) : System.Web.Mvc.ActionResult | ||
SetPassword ( Models command ) : System.Web.Mvc.ActionResult | ||
SetProperty ( Commands command ) : void | ||
Validate ( string username, string submittedPassword ) : System.Web.Mvc.ActionResult |
public Delete ( Commands command ) : System.Web.Mvc.ActionResult | ||
command | Commands | |
return | System.Web.Mvc.ActionResult |
public Details ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public Edit ( string userId = "" ) : System.Web.Mvc.ActionResult | ||
userId | string | |
return | System.Web.Mvc.ActionResult |
public Index ( string id ) : System.Web.Mvc.ActionResult | ||
id | string | |
return | System.Web.Mvc.ActionResult |
public SetPassword ( System.Guid id ) : System.Web.Mvc.ActionResult | ||
id | System.Guid | |
return | System.Web.Mvc.ActionResult |