Table of Contents

Class CompositeFilterDescriptor

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

Represents a filtering descriptor which serves as a container for one or more child filtering descriptors.

public class CompositeFilterDescriptor : FilterDescriptorBase, ISuspendNotifications, ICompositeFilterDescriptor, IFilterDescriptor, INotifyPropertyChanged
Inheritance
InheritanceContextPropagator
CompositeFilterDescriptor
Implements
ISuspendNotifications
ICompositeFilterDescriptor
IFilterDescriptor
Extension Methods

Properties

FilterDescriptors

Gets or sets the filter descriptors that will be used for composition.

LogicalOperator

Gets or sets the logical operator used for composing of Telerik.Windows.Data.CompositeFilterDescriptor.FilterDescriptors.

Methods

CreateFilterExpression(ParameterExpression)

Creates a predicate filter expression used for collection filtering.

ToString()

Returns a string that represents the current object.