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
 - 
      objectInheritanceContextPropagatorFilterDescriptorBase
 
- Implements
 - 
      ISuspendNotificationsIFilterDescriptor
 
- Derived
 
- Extension Methods
 
Methods
- CreateFilterExpression(Expression)
 Creates a filter expression by delegating its creation to CreateFilterExpression(ParameterExpression), if
instanceis ParameterExpression, otherwise throws ArgumentException
- CreateFilterExpression(ParameterExpression)
 Creates a predicate filter expression used for collection filtering.