Class NullFeatureStore
Inheritance
NullFeatureStore
Assembly: Volo.Abp.Features.dll
Syntax
[Dependency(TryRegister = true)]
public class NullFeatureStore : IFeatureStore, ISingletonDependency
Constructors
NullFeatureStore()
Declaration
public NullFeatureStore()
Properties
Logger
Declaration
public ILogger<NullFeatureStore> Logger { get; set; }
Property Value
Methods
GetOrNullAsync(string, string?, string?)
Declaration
public Task<string?> GetOrNullAsync(string name, string? providerName, string? providerKey)
Parameters
Returns
Implements
Extension Methods