Class AccountAdminSettingManagementComponent
Inheritance
AccountAdminSettingManagementComponent
Assembly: Volo.Abp.Account.Pro.Admin.Blazor.dll
Syntax
public class AccountAdminSettingManagementComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
AccountAdminSettingManagementComponent()
Declaration
public AccountAdminSettingManagementComponent()
Fields
AccountCaptchaSettingsValidations
Declaration
protected Validations AccountCaptchaSettingsValidations
Field Value
Type |
Description |
Validations |
|
ExternalProviderUseCustomSettings
Declaration
protected Dictionary<string, bool> ExternalProviderUseCustomSettings
Field Value
SelectedTab
Declaration
protected string SelectedTab
Field Value
Settings
Declaration
protected AccountSettingsViewModel Settings
Field Value
Properties
AccountSettingsAppService
Declaration
[Inject]
protected IAccountSettingsAppService AccountSettingsAppService { get; set; }
Property Value
ApplicationConfigurationChangedService
Declaration
[Inject]
protected ApplicationConfigurationChangedService ApplicationConfigurationChangedService { get; set; }
Property Value
CurrentTenant
Declaration
[Inject]
protected ICurrentTenant CurrentTenant { get; set; }
Property Value
FeatureChecker
Declaration
[Inject]
protected IFeatureChecker FeatureChecker { get; set; }
Property Value
IdentityLocalizer
Declaration
[Inject]
protected IStringLocalizer<IdentityResource> IdentityLocalizer { get; set; }
Property Value
L
Declaration
[Inject]
protected IStringLocalizer<AccountResource> L { get; set; }
Property Value
LocalStorageService
Declaration
[Inject]
protected ILocalStorageService LocalStorageService { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnExternalProviderUseCustomSettingsChanged(ExternalProviderSettings, bool)
Declaration
protected virtual void OnExternalProviderUseCustomSettingsChanged(ExternalProviderSettings providerSetting, bool value)
Parameters
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
ShouldShowCaptchaSettings()
Declaration
public bool ShouldShowCaptchaSettings()
Returns
ShouldShowExternalProviderSettings()
Declaration
public bool ShouldShowExternalProviderSettings()
Returns
UpdateAccountSettings()
Declaration
protected virtual Task UpdateAccountSettings()
Returns
UpdateCaptchaSettings()
Declaration
protected virtual Task UpdateCaptchaSettings()
Returns
UpdateExternalProviderSettings()
Declaration
protected virtual Task UpdateExternalProviderSettings()
Returns
UpdateIdleSettings()
Declaration
protected virtual Task UpdateIdleSettings()
Returns
UpdateTwoFactorSettings()
Declaration
protected virtual Task UpdateTwoFactorSettings()
Returns
Implements
Extension Methods