Show / Hide Table of Contents

Class LinkUsersModal

Inheritance
object
ComponentBase
OwningComponentBase
AbpComponentBase
LinkUsersModal
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.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.Shared.Pages.Account.LinkUsers
Assembly: Volo.Abp.Account.Pro.Public.Blazor.Shared.dll
Syntax
public class LinkUsersModal : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Constructors

LinkUsersModal()

Declaration
public LinkUsersModal()

Fields

_deleteConfirmationModal

Declaration
protected Modal _deleteConfirmationModal
Field Value
Type Description
Modal

_modal

Declaration
protected Modal _modal
Field Value
Type Description
Modal

_newLinkUserConfirmationModal

Declaration
protected Modal _newLinkUserConfirmationModal
Field Value
Type Description
Modal

Properties

AccessTokenProvider

Declaration
[Inject]
protected IAbpAccessTokenProvider AccessTokenProvider { get; set; }
Property Value
Type Description
IAbpAccessTokenProvider

DeleteConfirmationMessage

Declaration
protected string DeleteConfirmationMessage { get; set; }
Property Value
Type Description
string

DeleteTenantId

Declaration
protected Guid? DeleteTenantId { get; set; }
Property Value
Type Description
Guid?

DeleteUserId

Declaration
protected Guid DeleteUserId { get; set; }
Property Value
Type Description
Guid

JSRuntime

Declaration
[Inject]
protected IJSRuntime JSRuntime { get; set; }
Property Value
Type Description
IJSRuntime

LinkUserAppService

Declaration
[Inject]
protected IIdentityLinkUserAppService LinkUserAppService { get; set; }
Property Value
Type Description
IIdentityLinkUserAppService

LinkUsers

Declaration
protected ListResultDto<LinkUserDto> LinkUsers { get; set; }
Property Value
Type Description
ListResultDto<LinkUserDto>

NavigationManager

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

Options

Declaration
[Inject]
protected IOptions<AbpAccountLinkUserOptions> Options { get; set; }
Property Value
Type Description
IOptions<AbpAccountLinkUserOptions>

PageSize

Declaration
protected int PageSize { get; set; }
Property Value
Type Description
int

PostAction

Declaration
protected string PostAction { get; set; }
Property Value
Type Description
string

ReturnUrl

Declaration
protected string ReturnUrl { get; set; }
Property Value
Type Description
string

SourceLinkToken

Declaration
protected string SourceLinkToken { get; set; }
Property Value
Type Description
string

TargetLinkTenantId

Declaration
protected Guid? TargetLinkTenantId { get; set; }
Property Value
Type Description
Guid?

TargetLinkUserId

Declaration
protected Guid TargetLinkUserId { get; set; }
Property Value
Type Description
Guid

Methods

BuildRenderTree(RenderTreeBuilder)

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

CLoseNewLinkUserConfirmationModal(ModalClosingEventArgs)

Declaration
protected virtual Task CLoseNewLinkUserConfirmationModal(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

CloseDeleteConfirmationModalAsync(ModalClosingEventArgs)

Declaration
protected virtual Task CloseDeleteConfirmationModalAsync(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

CloseModalAsync(ModalClosingEventArgs)

Declaration
protected virtual Task CloseModalAsync(ModalClosingEventArgs eventArgs)
Parameters
Type Name Description
ModalClosingEventArgs eventArgs
Returns
Type Description
Task

CloseSpecifyModalAsync(Modal)

Declaration
protected virtual Task CloseSpecifyModalAsync(Modal modal)
Parameters
Type Name Description
Modal modal
Returns
Type Description
Task

DeleteUsersAsync()

Declaration
protected virtual Task DeleteUsersAsync()
Returns
Type Description
Task

LoginAsThisAccountAsync(Guid?, Guid)

Declaration
protected virtual Task LoginAsThisAccountAsync(Guid? tenantId, Guid userId)
Parameters
Type Name Description
Guid? tenantId
Guid userId
Returns
Type Description
Task

NewLinkAccountAsync(bool)

Declaration
protected virtual Task NewLinkAccountAsync(bool isConfirmed)
Parameters
Type Name Description
bool isConfirmed
Returns
Type Description
Task

OnAfterRenderAsync(bool)

Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type Name Description
bool firstRender
Returns
Type Description
Task
Overrides
ComponentBase.OnAfterRenderAsync(bool)

OpenDeleteConfirmationModalAsync(Guid?, Guid, string)

Declaration
protected virtual Task OpenDeleteConfirmationModalAsync(Guid? tenantId, Guid userId, string userName)
Parameters
Type Name Description
Guid? tenantId
Guid userId
string userName
Returns
Type Description
Task

OpenModalAsync()

Declaration
protected virtual Task OpenModalAsync()
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