Show / Hide Table of Contents

Class IdentityUserImportDropdownComponent

Inheritance
object
IdentityUserImportDropdownComponent
Namespace: Volo.Abp.Identity.Pro.Blazor.Pages.Identity.Components
Assembly: Volo.Abp.Identity.Pro.Blazor.dll
Syntax
public class IdentityUserImportDropdownComponent : AbpComponentBase

Constructors

IdentityUserImportDropdownComponent()

Declaration
public IdentityUserImportDropdownComponent()

Fields

DownloadImportSampleFileEndpoint

Declaration
public const string DownloadImportSampleFileEndpoint = "api/identity/users/import-users-sample-file"
Field Value
Type Description
string

ExternalLoginProviders

Declaration
protected List<ExternalLoginProviderDto> ExternalLoginProviders
Field Value
Type Description
List<ExternalLoginProviderDto>

ExternalUser

Declaration
protected ExternalUserViewModel ExternalUser
Field Value
Type Description
ExternalUserViewModel

ExternalUserModal

Declaration
protected Modal ExternalUserModal
Field Value
Type Description
Modal

ExternalUserValidationsRef

Declaration
protected Validations ExternalUserValidationsRef
Field Value
Type Description
Validations

ImportInvalidUsersEndpoint

Declaration
public const string ImportInvalidUsersEndpoint = "api/identity/users/download-import-invalid-users-file"
Field Value
Type Description
string

UploadFile

Declaration
protected UploadFileViewModel UploadFile
Field Value
Type Description
UploadFileViewModel

UploadFileModal

Declaration
protected Modal UploadFileModal
Field Value
Type Description
Modal

Properties

IdentityUserAppService

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

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

CloseExternalUserModal()

Declaration
protected virtual Task CloseExternalUserModal()
Returns
Type Description
Task

CloseUploadFileModal()

Declaration
protected virtual Task CloseUploadFileModal()
Returns
Type Description
Task

ClosingModal(ModalClosingEventArgs)

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

DownloadImportSampleFileAsync()

Declaration
protected virtual Task DownloadImportSampleFileAsync()
Returns
Type Description
Task

ImportExternalUserAsync()

Declaration
protected virtual Task ImportExternalUserAsync()
Returns
Type Description
Task

ImportUsersFromFileAsync()

Declaration
protected virtual Task ImportUsersFromFileAsync()
Returns
Type Description
Task

OnChooseFileChangedAsync(InputFileChangeEventArgs)

Declaration
protected virtual Task OnChooseFileChangedAsync(InputFileChangeEventArgs e)
Parameters
Type Name Description
InputFileChangeEventArgs e
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

OpenExternalUserModalAsync()

Declaration
protected virtual Task OpenExternalUserModalAsync()
Returns
Type Description
Task

OpenUploadFileModalAsync(ImportUsersFromFileType)

Declaration
protected virtual Task OpenUploadFileModalAsync(ImportUsersFromFileType fileType)
Parameters
Type Name Description
ImportUsersFromFileType fileType
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft