Class RemoteFeatureChecker
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Mvc.Client
Assembly: Volo.Abp.AspNetCore.Mvc.Client.Common.dll
Syntax
public class RemoteFeatureChecker : FeatureCheckerBase, IFeatureChecker, ITransientDependency
Constructors
RemoteFeatureChecker(ICachedApplicationConfigurationClient)
Declaration
public RemoteFeatureChecker(ICachedApplicationConfigurationClient configurationClient)
Parameters
| Type | Name | Description |
|---|---|---|
| ICachedApplicationConfigurationClient | configurationClient |
Properties
ConfigurationClient
Declaration
protected ICachedApplicationConfigurationClient ConfigurationClient { get; }
Property Value
| Type | Description |
|---|---|
| ICachedApplicationConfigurationClient |
Methods
GetOrNullAsync(string)
Declaration
public override Task<string> GetOrNullAsync(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><string> |