Class FeatureDto
Inheritance
System.Object
FeatureDto
Assembly: Volo.Abp.FeatureManagement.Application.Contracts.dll
Syntax
public class FeatureDto : object
Properties
Depth
Declaration
public int Depth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
ParentName
Declaration
public string ParentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Provider
Declaration
public FeatureProviderDto Provider { get; set; }
Property Value
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
ValueType
Declaration
public IStringValueType ValueType { get; set; }
Property Value
Type |
Description |
IStringValueType |
|
Extension Methods