Class FeatureCheckerBase
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Features
Assembly: Volo.Abp.Features.dll
Syntax
public abstract class FeatureCheckerBase : IFeatureChecker, ITransientDependency
Constructors
FeatureCheckerBase()
Declaration
protected FeatureCheckerBase()
Methods
GetOrNullAsync(string)
Declaration
public abstract Task<string?> GetOrNullAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><string> |
IsEnabledAsync(string)
Declaration
public virtual Task<bool> IsEnabledAsync(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<TResult><bool> |