Class FeatureNameValueWithGrantedProvider
Inheritance
System.Object
FeatureNameValueWithGrantedProvider
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 |
|---|---|---|
| System.String | name | |
| System.String | value |
Properties
Provider
Declaration
public FeatureValueProviderInfo Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| FeatureValueProviderInfo |