Show / Hide Table of Contents

Class WebAssemblyAccountIdleComponent

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
AccountIdleComponent
WebAssemblyAccountIdleComponent
Implements
IComponent
IHandleEvent
IHandleAfterRender
IDisposable
IAsyncDisposable
Inherited Members
AccountIdleComponent.OnAfterRenderAsync(bool)
AccountIdleComponent.InitializeAccountIdleTrackerAsync()
AccountIdleComponent.CreateAccountIdleTrackerAsync()
AccountIdleComponent.ApplicationConfigurationChanged()
AccountIdleComponent.OnAccountIdleSettingsChangedAsync()
AccountIdleComponent.OnIdleCallbackAsync(IdleTrackerState)
AccountIdleComponent.OnStorageCallbackAsync(IdleTrackerState)
AccountIdleComponent.CloseModalAsync()
AccountIdleComponent.OnSignOutTimerElapsedAsync(AbpAsyncTimer)
AccountIdleComponent.OnSignOutClickedAsync()
AccountIdleComponent.OnStaySignedInClickedAsync()
AccountIdleComponent.ResetIdleTrackerAsync()
AccountIdleComponent.ClosingModal(ModalClosingEventArgs)
AccountIdleComponent.DisposeAsync()
AccountIdleComponent.BuildRenderTree(RenderTreeBuilder)
AccountIdleComponent.AuthenticationOptions
AccountIdleComponent.AspNetCoreComponentsWebOptions
AccountIdleComponent.SettingProvider
AccountIdleComponent.IdleTrackerService
AccountIdleComponent.NavigationManager
AccountIdleComponent.SignOutTimer
AccountIdleComponent.IAccountIdleCheckService
AccountIdleComponent.ApplicationConfigurationChangedService
AccountIdleComponent.CurrentApplicationConfigurationCacheResetService
AccountIdleComponent.DotNetObjectRef
AccountIdleComponent.ModalRef
AccountIdleComponent.IdleTimeoutMinutes
AccountIdleComponent.IsEnabled
AccountIdleComponent.SignOutText
AccountIdleComponent.CountDown
AccountIdleComponent.IsAccountIdleTrackerCreated
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.L
AbpComponentBase.LocalizationResource
AbpComponentBase.Logger
AbpComponentBase.LoggerFactory
AbpComponentBase.AuthorizationService
AbpComponentBase.CurrentUser
AbpComponentBase.CurrentTenant
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.OnInitializedAsync()
ComponentBase.OnParametersSet()
ComponentBase.OnParametersSetAsync()
ComponentBase.StateHasChanged()
ComponentBase.ShouldRender()
ComponentBase.OnAfterRender(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.Public.Blazor.WebAssembly.Pages.Account.Idle
Assembly: Volo.Abp.Account.Pro.Public.Blazor.WebAssembly.dll
Syntax
public class WebAssemblyAccountIdleComponent : AccountIdleComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IAsyncDisposable

Constructors

WebAssemblyAccountIdleComponent()

Declaration
public WebAssemblyAccountIdleComponent()

Methods

NavigateToLogout()

Declaration
protected override void NavigateToLogout()
Overrides
AccountIdleComponent.NavigateToLogout()

Implements

IComponent
IHandleEvent
IHandleAfterRender
IDisposable
IAsyncDisposable

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