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