Class FeatureSettingManagementComponent
Inheritance
FeatureSettingManagementComponent
Assembly: Volo.Abp.FeatureManagement.Blazor.dll
Syntax
public class FeatureSettingManagementComponent : AbpComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
FeatureSettingManagementComponent()
Declaration
public FeatureSettingManagementComponent()
Fields
FeatureManagementModal
Declaration
protected FeatureManagementModal FeatureManagementModal
Field Value
Settings
Declaration
protected FeatureSettingViewModel Settings
Field Value
Properties
PermissionChecker
Declaration
[Inject]
protected PermissionChecker PermissionChecker { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Overrides
OnManageHostFeaturesClicked()
Declaration
protected virtual Task OnManageHostFeaturesClicked()
Returns
Implements
Extension Methods