C# Class AccountVerification.Web.Controllers.AccountController

Inheritance: Controller
Exibir arquivo Open project: TwilioDevEd/account-verification-csharp Class Usage Examples

Private Properties

Property Type Description
AddErrors void
LogOff System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
ResendVerificationCode System.Web.Mvc.ActionResult
ResendVerificationCode Task
Status System.Web.Mvc.ActionResult
VerifyRegistrationCode System.Web.Mvc.ActionResult
VerifyRegistrationCode Task

Public Methods

Method Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
LogOff ( ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( AccountVerification.Web.Models.RegisterViewModel model ) : Task
ResendVerificationCode ( string email ) : System.Web.Mvc.ActionResult
ResendVerificationCode ( AccountVerification.Web.Models.ResendVerifyCodeViewModel model ) : Task
Status ( ) : System.Web.Mvc.ActionResult
VerifyRegistrationCode ( string message ) : System.Web.Mvc.ActionResult
VerifyRegistrationCode ( AccountVerification.Web.Models.VerifyCodeViewModel model ) : 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