C# Класс LaptopListingSystem.Controllers.AccountController

Наследование: BaseController
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddErrors void
Disassociate Task
ExternalLogin System.Web.Mvc.ActionResult
ExternalLoginCallback Task
ExternalLoginConfirmation Task
ExternalLoginFailure System.Web.Mvc.ActionResult
ExternalLoginsList System.Web.Mvc.ActionResult
LogOff System.Web.Mvc.ActionResult
Login System.Web.Mvc.ActionResult
Login Task
Manage Task
RedirectToLocal System.Web.Mvc.ActionResult
Register System.Web.Mvc.ActionResult
Register Task
RemoveAccountList System.Web.Mvc.ActionResult

Открытые методы

Метод Описание
AccountController ( ILaptopListingSystemData data ) : System.Collections.Generic
AccountController ( ILaptopListingSystemData data, AuthenticationIdentityManager manager ) : System.Collections.Generic
Manage ( string message ) : Task

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Disassociate ( string loginProvider, string providerKey ) : Task
ExternalLogin ( string provider, string returnUrl ) : System.Web.Mvc.ActionResult
ExternalLoginCallback ( string loginProvider, string returnUrl ) : Task
ExternalLoginConfirmation ( ExternalLoginConfirmationViewModel model, string returnUrl ) : Task
ExternalLoginFailure ( ) : System.Web.Mvc.ActionResult
ExternalLoginsList ( string returnUrl ) : System.Web.Mvc.ActionResult
LogOff ( ) : System.Web.Mvc.ActionResult
Login ( string returnUrl ) : System.Web.Mvc.ActionResult
Login ( LoginViewModel model, string returnUrl ) : Task
Manage ( ManageUserViewModel model ) : Task
RedirectToLocal ( string returnUrl ) : System.Web.Mvc.ActionResult
Register ( ) : System.Web.Mvc.ActionResult
Register ( RegisterViewModel model ) : Task
RemoveAccountList ( ) : System.Web.Mvc.ActionResult

Описание методов

AccountController() публичный Метод

public AccountController ( ILaptopListingSystemData data ) : System.Collections.Generic
data ILaptopListingSystemData
Результат System.Collections.Generic

AccountController() публичный Метод

public AccountController ( ILaptopListingSystemData data, AuthenticationIdentityManager manager ) : System.Collections.Generic
data ILaptopListingSystemData
manager AuthenticationIdentityManager
Результат System.Collections.Generic

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Manage() публичный Метод

public Manage ( string message ) : Task
message string
Результат Task