FeatureFilterEvaluationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context used by IFeatureFilter to gain insight into what feature is being evaluated and the parameters needed to check whether the feature should be enabled.
public class FeatureFilterEvaluationContext
type FeatureFilterEvaluationContext = class
Public Class FeatureFilterEvaluationContext
- Inheritance
-
FeatureFilterEvaluationContext
Constructors
FeatureFilterEvaluationContext() |
Properties
FeatureName |
The name of the feature being evaluated. |
Parameters |
The settings provided for the feature filter to use when evaluating whether the feature should be enabled. |
Settings |
A settings object, if any, that has been pre-bound from Parameters. The settings are made available for IFeatureFilters that implement IFilterParametersBinder. |
Applies to
Azure SDK for .NET