Class SettingPageGroup
Inheritance
SettingPageGroup
Assembly: Volo.Abp.SettingManagement.Web.dll
Syntax
public class SettingPageGroup
Constructors
SettingPageGroup(string, string, Type, object, int)
Declaration
public SettingPageGroup(string id, string displayName, Type componentType, object parameter = null, int order = 1000)
Parameters
Fields
DefaultOrder
Declaration
public const int DefaultOrder = 1000
Field Value
Properties
ComponentType
Declaration
public Type ComponentType { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
Order
Declaration
public int Order { get; set; }
Property Value
Parameter
Declaration
public object Parameter { get; set; }
Property Value
Extension Methods