Class FeatureValueProviderInfo
Inheritance
System.Object
FeatureValueProviderInfo
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureValueProviderInfo : object
Constructors
FeatureValueProviderInfo(String, String)
Declaration
public FeatureValueProviderInfo(string name, string key)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.String |
key |
|
Properties
Key
Declaration
public string Key { get; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods