Class ApplicationManagement
Inheritance
ApplicationManagement
Inherited Members
AbpCrudPageBase<IApplicationAppService, ApplicationDto, ApplicationDto, Guid, GetApplicationListInput, CreateApplicationInput, UpdateApplicationInput, ApplicationDto, CreateApplicationInput, UpdateApplicationInput>.GetExtensionTableColumnsAsync(string, string)
Assembly: Volo.Abp.OpenIddict.Pro.Blazor.dll
Syntax
[Authorize("OpenIddictPro.Application")]
[Route("/openiddict/applications")]
public class ApplicationManagement : AbpCrudPageBase<IApplicationAppService, ApplicationDto, Guid, GetApplicationListInput, CreateApplicationInput, UpdateApplicationInput>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
ApplicationManagement()
Declaration
public ApplicationManagement()
Fields
ApplicationTypes
Declaration
protected Dictionary<string, string> ApplicationTypes
Field Value
ClientTypes
Declaration
protected Dictionary<string, string> ClientTypes
Field Value
ConsentTypes
Declaration
protected Dictionary<string, string> ConsentTypes
Field Value
CreateInput
Declaration
protected ApplicationModalView CreateInput
Field Value
EntityChangeHistoryModal
Declaration
protected EntityChangeHistoryModal EntityChangeHistoryModal
Field Value
EntityTypeFullName
Declaration
protected const string EntityTypeFullName = "Volo.Abp.OpenIddict.Applications.OpenIddictApplication"
Field Value
PermissionManagementModal
Declaration
protected PermissionManagementModal PermissionManagementModal
Field Value
PermissionProviderName
Declaration
protected const string PermissionProviderName = "C"
Field Value
Scopes
Declaration
protected Dictionary<string, bool> Scopes
Field Value
TokenLifetimeEntityId
Declaration
protected Guid TokenLifetimeEntityId
Field Value
TokenLifetimeModal
Declaration
protected Modal TokenLifetimeModal
Field Value
TokenLifetimeValidationsRef
Declaration
protected Validations TokenLifetimeValidationsRef
Field Value
Type |
Description |
Validations |
|
UpdateInput
Declaration
protected ApplicationModalView UpdateInput
Field Value
Properties
ApplicationManagementTableColumns
Declaration
protected List<TableColumn> ApplicationManagementTableColumns { get; }
Property Value
HasManagePermissionsPermission
Declaration
protected bool HasManagePermissionsPermission { get; set; }
Property Value
HasViewChangeHistoryPermission
Declaration
protected bool HasViewChangeHistoryPermission { get; set; }
Property Value
ScopeAppService
Declaration
[Inject]
protected IScopeAppService ScopeAppService { get; set; }
Property Value
TokenLifetime
Declaration
protected ApplicationTokenLifetimeModalView TokenLifetime { get; set; }
Property Value
Toolbar
Declaration
protected PageToolbar Toolbar { get; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
CloseTokenLifetimeModalAsync()
Declaration
protected virtual Task CloseTokenLifetimeModalAsync()
Returns
ClosingTokenLifetimeModal(ModalClosingEventArgs)
Declaration
protected virtual Task ClosingTokenLifetimeModal(ModalClosingEventArgs eventArgs)
Parameters
Type |
Name |
Description |
ModalClosingEventArgs |
eventArgs |
|
Returns
GetDeleteConfirmationMessage(ApplicationDto)
Declaration
protected override string GetDeleteConfirmationMessage(ApplicationDto entity)
Parameters
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.GetDeleteConfirmationMessage(Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto)
MapToEditingEntity(ApplicationDto)
Declaration
protected override UpdateApplicationInput MapToEditingEntity(ApplicationDto entityDto)
Parameters
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.MapToEditingEntity(Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto)
OnCreatingEntityAsync()
Declaration
protected override Task OnCreatingEntityAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.OnCreatingEntityAsync()
OnUpdatingEntityAsync()
Declaration
protected override Task OnUpdatingEntityAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.OnUpdatingEntityAsync()
OpenCreateModalAsync()
Declaration
protected override Task OpenCreateModalAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.OpenCreateModalAsync()
OpenEditModalAsync(ApplicationDto)
Declaration
protected override Task OpenEditModalAsync(ApplicationDto entity)
Parameters
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.OpenEditModalAsync(Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto)
OpenTokenLifetimeModalAsync(ApplicationDto)
Declaration
protected Task OpenTokenLifetimeModalAsync(ApplicationDto entity)
Parameters
Returns
SetBreadcrumbItemsAsync()
Declaration
protected override ValueTask SetBreadcrumbItemsAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.SetBreadcrumbItemsAsync()
SetEntityActionsAsync()
Declaration
protected override ValueTask SetEntityActionsAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.SetEntityActionsAsync()
SetPermissionsAsync()
Declaration
protected override Task SetPermissionsAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.SetPermissionsAsync()
SetTableColumnsAsync()
Declaration
protected override ValueTask SetTableColumnsAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.SetTableColumnsAsync()
SetToolbarItemsAsync()
Declaration
protected override ValueTask SetToolbarItemsAsync()
Returns
Overrides
Volo.Abp.BlazoriseUI.AbpCrudPageBase<Volo.Abp.OpenIddict.Applications.IApplicationAppService, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, System.Guid, Volo.Abp.OpenIddict.Applications.Dtos.GetApplicationListInput, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.ApplicationDto, Volo.Abp.OpenIddict.Applications.Dtos.CreateApplicationInput, Volo.Abp.OpenIddict.Applications.Dtos.UpdateApplicationInput>.SetToolbarItemsAsync()
UpdateTokenLifetimeAsync()
Declaration
protected virtual Task UpdateTokenLifetimeAsync()
Returns
Implements
Extension Methods