Interface IFeatureFlagContributor
Namespace: Cephalon.Abstractions.Features
Assembly: Cephalon.Abstractions.dll
Allows a module to contribute feature flags to the active runtime.
public interface IFeatureFlagContributorMethods
Section titled “Methods”RegisterFeatureFlags(IFeatureFlagRegistry)
Section titled “ RegisterFeatureFlags(IFeatureFlagRegistry)”Registers the feature flags owned by the contributing module.
void RegisterFeatureFlags(IFeatureFlagRegistry registry)Parameters
Section titled “Parameters”registry IFeatureFlagRegistry
The registry that receives feature-flag descriptors.