Show / Hide Table of Contents

Class RemoteFeatureChecker

Inheritance
System.Object
RemoteFeatureChecker
Namespace: Volo.Abp.AspNetCore.Mvc.Client
Assembly: Volo.Abp.AspNetCore.Mvc.Client.dll
Syntax
public class RemoteFeatureChecker : FeatureCheckerBase

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
System.String name
Returns
Type Description
System.Threading.Tasks.Task<System.String>

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft