Class AccountPageModel
Inheritance
AccountPageModel
Assembly: Volo.Abp.Account.Web.dll
Syntax
public abstract class AccountPageModel : AbpPageModel, IAsyncPageFilter, IPageFilter, IFilterMetadata
Constructors
AccountPageModel()
Declaration
protected AccountPageModel()
Properties
AccountAppService
Declaration
public IAccountAppService AccountAppService { get; set; }
Property Value
ExceptionToErrorInfoConverter
Declaration
public IExceptionToErrorInfoConverter ExceptionToErrorInfoConverter { get; set; }
Property Value
IdentityOptions
Declaration
public IOptions<IdentityOptions> IdentityOptions { get; set; }
Property Value
IdentitySecurityLogManager
Declaration
public IdentitySecurityLogManager IdentitySecurityLogManager { get; set; }
Property Value
SignInManager
Declaration
public SignInManager<IdentityUser> SignInManager { get; set; }
Property Value
UserManager
Declaration
public IdentityUserManager UserManager { get; set; }
Property Value
Methods
CheckCurrentTenant(Guid?)
Declaration
protected virtual void CheckCurrentTenant(Guid? tenantId)
Parameters
Type |
Name |
Description |
Guid? |
tenantId |
|
CheckIdentityErrors(IdentityResult)
Declaration
protected virtual void CheckIdentityErrors(IdentityResult identityResult)
Parameters
GetLocalizeExceptionMessage(Exception)
Declaration
protected virtual string GetLocalizeExceptionMessage(Exception exception)
Parameters
Returns
Implements
Extension Methods