C# Class CloudMedicApi.Controllers.AccountController

Inheritance: ApiController
Afficher le fichier Open project: crypteron/cloudmedic

Private Properties

Свойство Type Description
AddExternalLogin Task
ChangePassword Task
ForgetPassword Task
GetErrorResult IHttpActionResult
GetExternalLogin Task
GetExternalLogins IEnumerable
GetManageInfo Task
GetProfile Task
GetUserInfo CloudMedicApi.Models.UserInfoViewModel
Logout IHttpActionResult
ProfileUpdate Task
Register Task
RegisterExternal Task
RemoveLogin Task
SetPassword Task
SupporterRegistration Task

Méthodes publiques

Méthode Description
AccountController ( ) : System
AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
AddExternalLogin ( AddExternalLoginBindingModel model ) : Task
ChangePassword ( ChangePasswordBindingModel model ) : Task
ForgetPassword ( ForgetPasswordBindingModel model ) : Task
GetErrorResult ( Microsoft.AspNet.Identity.IdentityResult result ) : IHttpActionResult
GetExternalLogin ( string provider, string error = null ) : Task
GetExternalLogins ( string returnUrl, bool generateState = false ) : IEnumerable
GetManageInfo ( string returnUrl, bool generateState = false ) : Task
GetProfile ( ) : Task
GetUserInfo ( ) : UserInfoViewModel
Logout ( ) : IHttpActionResult
ProfileUpdate ( ProfileUpdateBindingModel model ) : Task
Register ( RegisterBindingModel model ) : Task
RegisterExternal ( RegisterExternalBindingModel model ) : Task
RemoveLogin ( RemoveLoginBindingModel model ) : Task
SetPassword ( SetPasswordBindingModel model ) : Task
SupporterRegistration ( RegisterSupporterBindingModel model ) : Task

Method Details

AccountController() public méthode

public AccountController ( ) : System
Résultat System

AccountController() public méthode

public AccountController ( ApplicationUserManager userManager, ISecureDataFormat accessTokenFormat ) : System
userManager ApplicationUserManager
accessTokenFormat ISecureDataFormat
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void