Show / Hide Table of Contents

Class AccountAdminSettingManagementComponent

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
AccountAdminSettingManagementComponent
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
Inherited Members
AbpComponentBase.LazyGetRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetService<TService>(ref TService)
AbpComponentBase.LazyGetService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedRequiredService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedRequiredService<TRef>(Type, ref TRef)
AbpComponentBase.LazyGetNonScopedService<TService>(ref TService)
AbpComponentBase.LazyGetNonScopedService<TRef>(Type, ref TRef)
AbpComponentBase.CreateLocalizer()
AbpComponentBase.HandleErrorAsync(Exception)
AbpComponentBase.StringLocalizerFactory
AbpComponentBase.LocalizationResource
AbpComponentBase.Logger
AbpComponentBase.LoggerFactory
AbpComponentBase.AuthorizationService
AbpComponentBase.CurrentUser
AbpComponentBase.Message
AbpComponentBase.Notify
AbpComponentBase.UserExceptionInformer
AbpComponentBase.AlertManager
AbpComponentBase.Clock
AbpComponentBase.Alerts
AbpComponentBase.ObjectMapper
AbpComponentBase.ObjectMapperContext
AbpComponentBase.NonScopedServices
OwningComponentBase.Dispose(bool)
OwningComponentBase.IsDisposed
OwningComponentBase.ScopedServices
ComponentBase.OnInitialized()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(bool)
ComponentBase.OnAfterRenderAsync(bool)
ComponentBase.InvokeAsync(Action)
ComponentBase.InvokeAsync(Func<Task>)
ComponentBase.DispatchExceptionAsync(Exception)
ComponentBase.SetParametersAsync(ParameterView)
ComponentBase.RendererInfo
ComponentBase.Assets
ComponentBase.AssignedRenderMode
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Admin.Blazor.Pages.AccountAdminSettingGroup
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

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
Overrides
ComponentBase.BuildRenderTree(RenderTreeBuilder)

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
Overrides
ComponentBase.OnInitializedAsync()

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

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform