Class FeatureNameValueWithGrantedProvider
Inherited Members
Namespace: Volo.Abp.FeatureManagement
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureNameValueWithGrantedProvider : NameValue
Constructors
FeatureNameValueWithGrantedProvider(string, string)
Declaration
public FeatureNameValueWithGrantedProvider(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | value |
Properties
Provider
Declaration
public FeatureValueProviderInfo Provider { get; set; }
Property Value
Type | Description |
---|---|
FeatureValueProviderInfo |