Show / Hide Table of Contents

Class AccountAdminSettingManagementComponent

Inheritance
object
AccountAdminSettingManagementComponent
Namespace: Volo.Abp.Account.Pro.Admin.Blazor.Pages.AccountAdminSettingGroup
Assembly: Volo.Abp.Account.Pro.Admin.Blazor.dll
Syntax
public class AccountAdminSettingManagementComponent : AbpComponentBase

Constructors

AccountAdminSettingManagementComponent()

Declaration
public AccountAdminSettingManagementComponent()

Fields

AccountCaptchaSettingsValidations

Declaration
protected Validations AccountCaptchaSettingsValidations
Field Value
Type Description
Validations

ExternalProviderUseHostSettings

Declaration
protected Dictionary<string, bool> ExternalProviderUseHostSettings
Field Value
Type Description
Dictionary<string, bool>

SelectedTab

Declaration
protected string SelectedTab
Field Value
Type Description
string

Settings

Declaration
protected AccountSettingsViewModel Settings
Field Value
Type Description
AccountSettingsViewModel

Properties

AccountSettingsAppService

Declaration
[Inject]
protected IAccountSettingsAppService AccountSettingsAppService { get; set; }
Property Value
Type Description
IAccountSettingsAppService

CurrentTenant

Declaration
[Inject]
protected ICurrentTenant CurrentTenant { get; set; }
Property Value
Type Description
ICurrentTenant

FeatureChecker

Declaration
[Inject]
protected IFeatureChecker FeatureChecker { get; set; }
Property Value
Type Description
IFeatureChecker

IdentityLocalizer

Declaration
[Inject]
protected IStringLocalizer<IdentityResource> IdentityLocalizer { get; set; }
Property Value
Type Description
IStringLocalizer<IdentityResource>

L

Declaration
[Inject]
protected IStringLocalizer<AccountResource> L { get; set; }
Property Value
Type Description
IStringLocalizer<AccountResource>

UiMessageService

Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Type Description
IUiMessageService

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

OnExternalProviderUseHostSettingsChanged(ExternalProviderSettings, bool)

Declaration
protected virtual void OnExternalProviderUseHostSettingsChanged(ExternalProviderSettings providerSetting, bool value)
Parameters
Type Name Description
ExternalProviderSettings providerSetting
bool value

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

ShouldShowCaptchaSettings()

Declaration
public bool ShouldShowCaptchaSettings()
Returns
Type Description
bool

ShouldShowExternalProviderSettings()

Declaration
public bool ShouldShowExternalProviderSettings()
Returns
Type Description
bool

UpdateAccountSettings()

Declaration
protected virtual Task UpdateAccountSettings()
Returns
Type Description
Task

UpdateCaptchaSettings()

Declaration
protected virtual Task UpdateCaptchaSettings()
Returns
Type Description
Task

UpdateExternalProviderSettings()

Declaration
protected virtual Task UpdateExternalProviderSettings()
Returns
Type Description
Task

UpdateTwoFactorSettings()

Declaration
protected virtual Task UpdateTwoFactorSettings()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft