C# Class Professional_Experience.Controllers.AccountController

Inheritance: UIController
Exibir arquivo Open project: Prads-/UWS-RTMS-2015

Private Properties

Property Type Description
AddErrors void
ConfirmEmail Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
ForgotPassword System.Web.Mvc.ActionResult
ForgotPassword Task
ForgotPasswordConfirmation System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
Register System.Web.Mvc.ActionResult
Register Task
RegisterAdministrator System.Web.Mvc.ActionResult
RegisterAdministrator Task
RegisterParticipant System.Web.Mvc.ActionResult
RegisterParticipant Task
ResetPassword System.Web.Mvc.ActionResult
ResetPassword Task
ResetPasswordConfirmation System.Web.Mvc.ActionResult
SendCode Task
SendCode Task
VerifyCode Task
VerifyCode Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
ConfirmEmail ( string userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( Professional_Experience.Models.ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( Professional_Experience.Models.ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( Professional_Experience.Models.LoginViewModel model, string returnUrl ) : Task
Register ( ) : System.Web.Mvc.ActionResult
Register ( Professional_Experience.Models.RegisterParticipantViewModel model ) : Task
RegisterAdministrator ( ) : System.Web.Mvc.ActionResult
RegisterAdministrator ( Professional_Experience.Models.RegisterAdministratorViewModel m ) : Task
RegisterParticipant ( ) : System.Web.Mvc.ActionResult
RegisterParticipant ( Professional_Experience.Models.RegisterParticipantViewModel m ) : Task
ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( Professional_Experience.Models.ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
SendCode ( Professional_Experience.Models.SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
VerifyCode ( Professional_Experience.Models.VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

Method Details

AccountController() public method

public AccountController ( ) : System
return System

AccountController() public method

public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System
userManager ApplicationUserManager
signInManager ApplicationSignInManager
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RedirectToLocal() public method

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