C# 클래스 LibiadaWeb.Controllers.AccountController

상속: Controller
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web

Private Properties

프로퍼티 타입 설명
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
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
ResetPassword System.Web.Mvc.ActionResult
ResetPassword Task
ResetPasswordConfirmation System.Web.Mvc.ActionResult
SendCode Task
SendCode Task
VerifyCode Task
VerifyCode Task

공개 메소드들

메소드 설명
AccountController ( ) : System.Linq

Initializes a new instance of the AccountController class.

AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq

Initializes a new instance of the AccountController class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

The dispose.

비공개 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void

The add errors.

ConfirmEmail ( int userId, string code ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ) : System.Web.Mvc.ActionResult
ForgotPassword ( ForgotPasswordViewModel model ) : Task
ForgotPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult

The redirect to local.

Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
ResetPassword ( string code ) : System.Web.Mvc.ActionResult
ResetPassword ( ResetPasswordViewModel model ) : Task
ResetPasswordConfirmation ( ) : System.Web.Mvc.ActionResult
SendCode ( SendCodeViewModel model ) : Task
SendCode ( string returnUrl, bool rememberMe ) : Task
VerifyCode ( VerifyCodeViewModel model ) : Task
VerifyCode ( string provider, string returnUrl, bool rememberMe ) : Task

메소드 상세

AccountController() 공개 메소드

Initializes a new instance of the AccountController class.
public AccountController ( ) : System.Linq
리턴 System.Linq

AccountController() 공개 메소드

Initializes a new instance of the AccountController class.
public AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq
userManager ApplicationUserManager /// The user manager. ///
signInManager ApplicationSignInManager /// The sign in manager. ///
리턴 System.Linq

Dispose() 보호된 메소드

The dispose.
protected Dispose ( bool disposing ) : void
disposing bool /// The disposing. ///
리턴 void