Class FeatureListDto
Inheritance
System.Object
FeatureListDto
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
public class FeatureListDto : object
Properties
Features
Declaration
public List<FeatureDto> Features { get; set; }
Property Value
Type | Description |
---|---|
List<FeatureDto> |