Class FeatureGroupDto
Inheritance
System.Object
FeatureGroupDto
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
public class FeatureGroupDto : object
Properties
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Features
Declaration
public List<FeatureDto> Features { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetNormalizedGroupName()
Declaration
public string GetNormalizedGroupName()
Returns
Type |
Description |
System.String |
|
Extension Methods