Class SettingComponentCreationContext
Inheritance
SettingComponentCreationContext
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
public class SettingComponentCreationContext : IServiceProviderAccessor
Constructors
SettingComponentCreationContext(IServiceProvider)
Declaration
public SettingComponentCreationContext(IServiceProvider serviceProvider)
Parameters
Properties
Groups
Declaration
public List<SettingComponentGroup> Groups { get; }
Property Value
ServiceProvider
Declaration
public IServiceProvider ServiceProvider { get; }
Property Value
Methods
Normalize()
Declaration
Implements
Extension Methods