Show / Hide Table of Contents

Class FeatureDto

Inheritance
System.Object
FeatureDto
Namespace: Volo.Abp.FeatureManagement
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
Type Description
FeatureProviderDto

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

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft