Class FeatureDto
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
Constructors
FeatureDto()
Declaration
Properties
Depth
Declaration
public int Depth { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Provider
Declaration
public FeatureProviderDto Provider { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
ValueType
Declaration
public IStringValueType ValueType { get; set; }
Property Value
Extension Methods