Class FeatureValue
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public class FeatureValue : NameValue
Constructors
FeatureValue()
Declaration
public FeatureValue()
FeatureValue(string, string)
Declaration
public FeatureValue(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | value |