C# Class EhrgoHealth.Web.Controllers.AuthorizationBaseController

Inheritance: Controller
Exibir arquivo Open project: EhrgoHealth/CS6440

Private Properties

Property Type Description

Protected Methods

Method 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 method

protected AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
result Microsoft.AspNet.Identity.IdentityResult
return void

AuthorizationBaseController() protected method

protected AuthorizationBaseController ( ApplicationUserManager userManager ) : System.Web
userManager ApplicationUserManager
return System.Web

CurrentUserIdentity() protected method

protected CurrentUserIdentity ( ) : ApplicationUser
return ApplicationUser

HasPassword() protected method

protected HasPassword ( ) : bool
return bool

RedirectToLocal() protected method

protected RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
returnUrl string
return System.Web.Mvc.ActionResult