C# 클래스 LibiadaWeb.Controllers.ManageController

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

Private Properties

프로퍼티 타입 설명
AddErrors void
AddPhoneNumber Task
ChangePassword Task
DisableTwoFactorAuthentication Task
EnableTwoFactorAuthentication Task
HasPassword bool
HasPhoneNumber bool
LinkLogin System.Web.Mvc.ActionResult
RemoveLogin Task
SetPassword Task
VerifyPhoneNumber Task

공개 메소드들

메소드 설명
AddPhoneNumber ( ) : System.Web.Mvc.ActionResult

Action: GET Route: /Manage/AddPhoneNumber

ChangePassword ( ) : System.Web.Mvc.ActionResult

Action: GET Route: /Manage/ChangePassword

Index ( ManageMessageId message ) : Task

Action: GET Route: /Manage/Index

LinkLoginCallback ( ) : Task

Action: GET Route: /Manage/LinkLoginCallback

ManageController ( ) : System.Linq

Initializes a new instance of the ManageController class.

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

Initializes a new instance of the ManageController class.

ManageLogins ( ManageMessageId message ) : Task

Action: GET Route: /Manage/ManageLogins

RemovePhoneNumber ( ) : Task

Action: GET Route: /Manage/RemovePhoneNumber

SetPassword ( ) : System.Web.Mvc.ActionResult

Action: GET Route: /Manage/SetPassword

VerifyPhoneNumber ( string phoneNumber ) : Task

Action: GET Route: /Manage/VerifyPhoneNumber

보호된 메소드들

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

The dispose.

비공개 메소드들

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

The add errors.

AddPhoneNumber ( AddPhoneNumberViewModel model ) : Task
ChangePassword ( ChangePasswordViewModel model ) : Task
DisableTwoFactorAuthentication ( ) : Task
EnableTwoFactorAuthentication ( ) : Task
HasPassword ( ) : bool

The has password.

HasPhoneNumber ( ) : bool

The has phone number.

LinkLogin ( string provider ) : System.Web.Mvc.ActionResult
RemoveLogin ( string loginProvider, string providerKey ) : Task
SetPassword ( SetPasswordViewModel model ) : Task
VerifyPhoneNumber ( VerifyPhoneNumberViewModel model ) : Task

메소드 상세

AddPhoneNumber() 공개 메소드

Action: GET Route: /Manage/AddPhoneNumber
public AddPhoneNumber ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

ChangePassword() 공개 메소드

Action: GET Route: /Manage/ChangePassword
public ChangePassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

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

Index() 공개 메소드

Action: GET Route: /Manage/Index
public Index ( ManageMessageId message ) : Task
message ManageMessageId /// The message. ///
리턴 Task

LinkLoginCallback() 공개 메소드

Action: GET Route: /Manage/LinkLoginCallback
public LinkLoginCallback ( ) : Task
리턴 Task

ManageController() 공개 메소드

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

ManageController() 공개 메소드

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

ManageLogins() 공개 메소드

Action: GET Route: /Manage/ManageLogins
public ManageLogins ( ManageMessageId message ) : Task
message ManageMessageId /// The message. ///
리턴 Task

RemovePhoneNumber() 공개 메소드

Action: GET Route: /Manage/RemovePhoneNumber
public RemovePhoneNumber ( ) : Task
리턴 Task

SetPassword() 공개 메소드

Action: GET Route: /Manage/SetPassword
public SetPassword ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

VerifyPhoneNumber() 공개 메소드

Action: GET Route: /Manage/VerifyPhoneNumber
public VerifyPhoneNumber ( string phoneNumber ) : Task
phoneNumber string /// The phone number. ///
리턴 Task