Class 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
Properties
Name
Declaration
public virtual string Name { get; protected set; }
Property Value
ProviderKey
Declaration
public virtual string ProviderKey { get; protected set; }
Property Value
ProviderName
Declaration
public virtual string ProviderName { get; protected set; }
Property Value
Value
Declaration
public virtual string Value { get; }
Property Value
Implements
Extension Methods