Class TenantFeatureManagerExtensions
Inheritance
TenantFeatureManagerExtensions
Assembly: Volo.Abp.FeatureManagement.Domain.dll
Syntax
public static class TenantFeatureManagerExtensions
Methods
GetAllForTenantAsync(IFeatureManager, Guid, bool)
Declaration
public static Task<List<FeatureNameValue>> GetAllForTenantAsync(this IFeatureManager featureManager, Guid tenantId, bool fallback = true)
Parameters
Returns
GetAllWithProviderForTenantAsync(IFeatureManager, Guid, bool)
Declaration
public static Task<List<FeatureNameValueWithGrantedProvider>> GetAllWithProviderForTenantAsync(this IFeatureManager featureManager, Guid tenantId, bool fallback = true)
Parameters
Returns
GetOrNullForTenantAsync(IFeatureManager, string, Guid, bool)
Declaration
public static Task<string> GetOrNullForTenantAsync(this IFeatureManager featureManager, string name, Guid tenantId, bool fallback = true)
Parameters
Returns
GetOrNullWithProviderForTenantAsync(IFeatureManager, string, Guid, bool)
Declaration
public static Task<FeatureNameValueWithGrantedProvider> GetOrNullWithProviderForTenantAsync(this IFeatureManager featureManager, string name, Guid tenantId, bool fallback = true)
Parameters
Returns
SetForTenantAsync(IFeatureManager, Guid, string, string, bool)
Declaration
public static Task SetForTenantAsync(this IFeatureManager featureManager, Guid tenantId, string name, string value, bool forceToSet = false)
Parameters
Returns