C# Class Holyprin.Web.Security.MVC3.Controllers.UserController

Inheritance: Controller
Afficher le fichier Open project: holyprin/Holyprin.Web.Security

Méthodes publiques

Méthode Description
Details ( System.Guid id ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ViewResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddRole ( System.Guid id ) : System.Web.Mvc.ActionResult
AddRole ( System.Guid id, System.Guid roleId ) : System.Web.Mvc.ActionResult
Create ( ) : System.Web.Mvc.ActionResult
Create ( CreateUserModel user ) : System.Web.Mvc.ActionResult
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
DeleteConfirmed ( System.Guid id ) : System.Web.Mvc.ActionResult
Edit ( EditUserModel user ) : System.Web.Mvc.ActionResult
Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
RemoveRole ( System.Guid id, System.Guid roleId ) : System.Web.Mvc.RedirectToRouteResult

Method Details

Details() public méthode

public Details ( System.Guid id ) : System.Web.Mvc.ViewResult
id System.Guid
Résultat System.Web.Mvc.ViewResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

public Index ( ) : System.Web.Mvc.ViewResult
Résultat System.Web.Mvc.ViewResult