Share via


IFilterExpressionProvider Interface

Definition

The IFilterExpressionProvider interface defines the contract between providers of FilterExpressions and consumers thereof.

public interface class IFilterExpressionProvider
public interface class IFilterExpressionProvider
__interface IFilterExpressionProvider
public interface IFilterExpressionProvider
type IFilterExpressionProvider = interface
Public Interface IFilterExpressionProvider
Derived

Properties

FilterExpression

Gets a FilterExpression representing the current relational organization of FilterRules for this provider.

HasFilterExpression

Gets a value indicating whether this provider currently has a non-empty filter expression.

Events

FilterExpressionChanged

Raised when the FilterExpression of this provider has changed.

Applies to