Class FeatureValue
Inheritance
System.Object
FeatureValue
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public class FeatureValue : Entity<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity
Constructors
FeatureValue()
Declaration
FeatureValue(Guid, String, String, String, String)
Declaration
public FeatureValue(Guid id, string name, string value, string providerName, string providerKey)
Parameters
Type |
Name |
Description |
Guid |
id |
|
System.String |
name |
|
System.String |
value |
|
System.String |
providerName |
|
System.String |
providerKey |
|
Properties
Name
Declaration
public virtual string Name { get; protected set; }
Property Value
Type |
Description |
System.String |
|
ProviderKey
Declaration
public virtual string ProviderKey { get; protected set; }
Property Value
Type |
Description |
System.String |
|
ProviderName
Declaration
public virtual string ProviderName { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Value
Declaration
public virtual string Value { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods