Class IFeatureManagerExtensions
- Namespace
- Mithril.Core.Abstractions.Extensions
- Assembly
- Mithril.Core.Abstractions.dll
Feature manager extension
public static class IFeatureManagerExtensions
- Inheritance
-
IFeatureManagerExtensions
- Inherited Members
Methods
AreFeaturesEnabled(IFeatureManager?, params IFeature[])
Determines if the features are enabled.
public static bool AreFeaturesEnabled(this IFeatureManager? featureManager, params IFeature[] features)
Parameters
featureManager
IFeatureManagerThe feature manager.
features
IFeature[]The features.
Returns
- bool
True if they are, false otherwise.