Table of Contents

Class FilterDescriptorBase

Namespace
Innova.Prism.Telerik.Expressions
Assembly
Innova.Prism.Telerik.dll

Base class for all Telerik.Windows.Data.IFilterDescriptor used for handling the logic for property changed notifications.

public class FilterDescriptorBase : DescriptorBase, ISuspendNotifications, IFilterDescriptor, INotifyPropertyChanged
Inheritance
InheritanceContextPropagator
FilterDescriptorBase
Implements
ISuspendNotifications
IFilterDescriptor
Derived
Extension Methods

Methods

CreateFilterExpression(Expression)

Creates a filter expression by delegating its creation to CreateFilterExpression(ParameterExpression), if instance is ParameterExpression, otherwise throws ArgumentException

CreateFilterExpression(ParameterExpression)

Creates a predicate filter expression used for collection filtering.