Show / Hide Table of Contents

Class IdentityUserExportDropdownComponent

Inheritance
object
ComponentBase
IdentityUserExportDropdownComponent
Implements
IComponent
IHandleEvent
IHandleAfterRender
Inherited Members
ComponentBase.OnInitialized()
ComponentBase.OnInitializedAsync()
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)
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity.Components
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class IdentityUserExportDropdownComponent : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender

Constructors

IdentityUserExportDropdownComponent()

Declaration
public IdentityUserExportDropdownComponent()

Fields

ExportToCsvEndpoint

Declaration
protected const string ExportToCsvEndpoint = "api/identity/users/export-as-csv"
Field Value
Type Description
string

ExportToExcelEndpoint

Declaration
protected const string ExportToExcelEndpoint = "api/identity/users/export-as-excel"
Field Value
Type Description
string

Properties

IdentityUserAppService

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

JsonSerializer

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

NavigationManager

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

ServerUrlProvider

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

UserManagementState

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

Methods

BuildRenderTree(RenderTreeBuilder)

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

ExportToCsvFileAsync()

Declaration
protected virtual Task ExportToCsvFileAsync()
Returns
Type Description
Task

ExportToExcelFileAsync()

Declaration
protected virtual Task ExportToExcelFileAsync()
Returns
Type Description
Task

Implements

IComponent
IHandleEvent
IHandleAfterRender
In this article
Back to top Powered by Volosoft