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