Show / Hide Table of Contents

Class DefaultValueFeatureManagerExtensions

Inheritance
object
DefaultValueFeatureManagerExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.FeatureManagement
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
Type Name Description
IFeatureManager featureManager
bool fallback
Returns
Type Description
Task<List<FeatureNameValue>>

GetAllWithProviderAsync(IFeatureManager, bool)

Declaration
public static Task<List<FeatureNameValueWithGrantedProvider>> GetAllWithProviderAsync(this IFeatureManager featureManager, bool fallback = true)
Parameters
Type Name Description
IFeatureManager featureManager
bool fallback
Returns
Type Description
Task<List<FeatureNameValueWithGrantedProvider>>

GetOrNullDefaultAsync(IFeatureManager, string, bool)

Declaration
public static Task<string> GetOrNullDefaultAsync(this IFeatureManager featureManager, string name, bool fallback = true)
Parameters
Type Name Description
IFeatureManager featureManager
string name
bool fallback
Returns
Type Description
Task<string>

GetOrNullWithProviderAsync(IFeatureManager, string, bool)

Declaration
public static Task<FeatureNameValueWithGrantedProvider> GetOrNullWithProviderAsync(this IFeatureManager featureManager, string name, bool fallback = true)
Parameters
Type Name Description
IFeatureManager featureManager
string name
bool fallback
Returns
Type Description
Task<FeatureNameValueWithGrantedProvider>
In this article
Back to top Powered by ABP.IO Platform