Class DefaultValueFeatureManagerExtensions
Inheritance
DefaultValueFeatureManagerExtensions
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public static class DefaultValueFeatureManagerExtensions
Methods
GetAllDefaultAsync(IFeatureManager, bool)
Declaration
public static Task<List<FeatureNameValue>> GetAllDefaultAsync(this IFeatureManager featureManager, bool fallback = true)
Parameters
Returns
GetAllWithProviderAsync(IFeatureManager, bool)
Declaration
public static Task<List<FeatureNameValueWithGrantedProvider>> GetAllWithProviderAsync(this IFeatureManager featureManager, bool fallback = true)
Parameters
Returns
GetOrNullDefaultAsync(IFeatureManager, string, bool)
Declaration
public static Task<string> GetOrNullDefaultAsync(this IFeatureManager featureManager, string name, bool fallback = true)
Parameters
Returns
GetOrNullWithProviderAsync(IFeatureManager, string, bool)
Declaration
public static Task<FeatureNameValueWithGrantedProvider> GetOrNullWithProviderAsync(this IFeatureManager featureManager, string name, bool fallback = true)
Parameters
Returns