FeatureFilterEvaluationContext Class

Definition

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