Class SettingComponentGroup
Inheritance
SettingComponentGroup
Assembly: Volo.Abp.SettingManagement.Blazor.dll
Syntax
public class SettingComponentGroup
Constructors
SettingComponentGroup(string, string, Type, object, int)
Declaration
public SettingComponentGroup(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