Class LeptonThemeSettingManagementComponent
Inheritance
LeptonThemeSettingManagementComponent
Assembly: Volo.Abp.LeptonTheme.Management.Blazor.dll
Syntax
public class LeptonThemeSettingManagementComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
LeptonThemeSettingManagementComponent()
Declaration
public LeptonThemeSettingManagementComponent()
Fields
LeptonSettings
Declaration
protected UpdateLeptonThemeSettingsDto LeptonSettings
Field Value
Properties
L
Declaration
[Inject]
protected IStringLocalizer<LeptonThemeManagementResource> L { get; set; }
Property Value
LeptonThemeSettingsAppService
Declaration
[Inject]
protected ILeptonThemeSettingsAppService LeptonThemeSettingsAppService { get; set; }
Property Value
UiMessageService
Declaration
[Inject]
protected IUiMessageService UiMessageService { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
UpdateSettingsAsync()
Declaration
protected virtual Task UpdateSettingsAsync()
Returns
Implements
Extension Methods