C# Class NetMud.Controllers.ManageController

Inheritance: Controller
ファイルを表示 Open project: SwiftAusterity/NetMud

Private Properties

Property Type Description
AddCharacter System.Web.Mvc.ActionResult
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
LinkLogin System.Web.Mvc.ActionResult
RemoveCharacter System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
VerifyPhoneNumber Task

Public Methods

Method Description
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
ChangePassword ( ) : System.Web.Mvc.ActionResult
Index ( ManageMessageId message ) : Task
LinkLoginCallback ( ) : Task
ManageCharacters ( string message ) : System.Web.Mvc.ActionResult
ManageController ( ) : System.Linq
ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq
ManageLogins ( ManageMessageId message ) : Task
RemovePhoneNumber ( ) : Task
SetPassword ( ) : System.Web.Mvc.ActionResult
VerifyPhoneNumber ( string phoneNumber ) : Task

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
AddCharacter ( string newName, string newSurName, string newGender, long raceId, StaffRank chosenRole = StaffRank.Player ) : System.Web.Mvc.ActionResult
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
AddPhoneNumber ( AddPhoneNumberViewModel model ) : Task
ChangePassword ( ChangePasswordViewModel model ) : Task
DisableTwoFactorAuthentication ( ) : Task
EnableTwoFactorAuthentication ( ) : Task
HasPassword ( ) : bool
HasPhoneNumber ( ) : bool
LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveCharacter ( long ID, string authorize ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
VerifyPhoneNumber ( VerifyPhoneNumberViewModel model ) : Task

Method Details

AddPhoneNumber() public method

public AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ChangePassword() public method

public ChangePassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Dispose() protected method

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

Index() public method

public Index ( ManageMessageId message ) : Task
message ManageMessageId
return Task

LinkLoginCallback() public method

public LinkLoginCallback ( ) : Task
return Task

ManageCharacters() public method

public ManageCharacters ( string message ) : System.Web.Mvc.ActionResult
message string
return System.Web.Mvc.ActionResult

ManageController() public method

public ManageController ( ) : System.Linq
return System.Linq

ManageController() public method

public ManageController ( ApplicationUserManager userManager, ApplicationSignInManager signInManager ) : System.Linq
userManager ApplicationUserManager
signInManager ApplicationSignInManager
return System.Linq

ManageLogins() public method

public ManageLogins ( ManageMessageId message ) : Task
message ManageMessageId
return Task

RemovePhoneNumber() public method

public RemovePhoneNumber ( ) : Task
return Task

SetPassword() public method

public SetPassword ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

VerifyPhoneNumber() public method

public VerifyPhoneNumber ( string phoneNumber ) : Task
phoneNumber string
return Task