Edit

Share via


IFilterResolutionService Interface

Definition

Provides an interface that designer developers can use to evaluate device filters by name.

C#
public interface IFilterResolutionService
Derived

Remarks

Page developers and control authors do not use the IFilterResolutionService interface. The IFilterResolutionService interface is implemented by designer developers to provide device filter-related services when parsing and persisting controls in the designer environment.

The IFilterResolutionService interface is used when a designer developer needs to support the editing of filtered properties.

The IFilterResolutionService interface is specific to controls' use of device filters in a designer environment. When controls are parsed or persisted in the designer environment outside the context of a browser request, the IFilterResolutionService interface provides a way to determine whether the current control is affected by a named filter and whether a named filter is part of a specific device-filter hierarchy.

The HttpCapabilitiesBase class implements the IFilterResolutionService interface.

Methods

CompareFilters(String, String)

Returns a value indicating whether a parent-child relationship exists between two specified device filters.

EvaluateFilter(String)

Returns a value indicating whether the specified filter is a type of the current filter object.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also