IFilterProvider Interface

Definition

A FilterItem provider. Implementations should update Results to make executable filters available.

public interface class IFilterProvider
public interface IFilterProvider
type IFilterProvider = interface
Public Interface IFilterProvider

Properties

Order

Gets the order value for determining the order of execution of providers. Providers execute in ascending numeric value of the Order property.

Methods

OnProvidersExecuted(FilterProviderContext)

Called in decreasing Order, after all IFilterProviders have executed once.

OnProvidersExecuting(FilterProviderContext)

Called in increasing Order.

Applies to