Interface ISettingComponentContributor
Namespace: Volo.Abp.SettingManagement.Blazor
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
public interface ISettingComponentContributor
Methods
CheckPermissionsAsync(SettingComponentCreationContext)
Declaration
Task<bool> CheckPermissionsAsync(SettingComponentCreationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SettingComponentCreationContext | context |
Returns
| Type | Description |
|---|---|
| Task<bool> |
ConfigureAsync(SettingComponentCreationContext)
Declaration
Task ConfigureAsync(SettingComponentCreationContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SettingComponentCreationContext | context |
Returns
| Type | Description |
|---|---|
| Task |