C# Class EhrgoHealth.Web.Controllers.AuthorizationBaseController

Inheritance: Controller
Afficher le fichier Open project: EhrgoHealth/CS6440

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AuthorizationBaseController ( ApplicationUserManager userManager ) : System.Web
CurrentUserIdentity ( ) : ApplicationUser
HasPassword ( ) : bool
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult

Method Details

AddErrors() protected méthode

protected AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
result Microsoft.AspNet.Identity.IdentityResult
Résultat void

AuthorizationBaseController() protected méthode

protected AuthorizationBaseController ( ApplicationUserManager userManager ) : System.Web
userManager ApplicationUserManager
Résultat System.Web

CurrentUserIdentity() protected méthode

protected CurrentUserIdentity ( ) : ApplicationUser
Résultat ApplicationUser

HasPassword() protected méthode

protected HasPassword ( ) : bool
Résultat bool

RedirectToLocal() protected méthode

protected RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
Résultat System.Web.Mvc.ActionResult