Class UpdateFeaturesDto
Inherited Members
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
public class UpdateFeaturesDto
Constructors
UpdateFeaturesDto()
Declaration
public UpdateFeaturesDto()
Properties
Features
Declaration
public List<UpdateFeatureDto> Features { get; set; }
Property Value
Type | Description |
---|---|
List<UpdateFeatureDto> |