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