DataSourceFilterDescriptorFactory

Methods

Add(System.Linq.Expressions.Expression)

Specifies the member on which the filter should be applied.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Member access expression which describes the member

RETURNS

The DataSourceFilterEqualityDescriptorBuilder instance for further configuration of the filter.

Add(System.Linq.Expressions.Expression)

Specifies the member on which the filter should be applied.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Member access expression which describes the member

RETURNS

The DataSourceFilterEqualityDescriptorBuilder instance for further configuration of the filter.

Add(System.Linq.Expressions.Expression)

Specifies the member on which the filter should be applied.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Member access expression which describes the member

RETURNS

The DataSourceFilterEqualityDescriptorBuilder instance for further configuration of the filter.

Add(System.Linq.Expressions.Expression)

Specifies the member on which the filter should be applied.

Parameters

expression - System.Linq.Expressions.Expression<Func>

Member access expression which describes the member

RETURNS

The DataSourceFilterEqualityDescriptorBuilder instance for further configuration of the filter.

AddRange(System.Collections.Generic.IEnumerable,Kendo.Mvc.FilterCompositionLogicalOperator)

Adds a range of filters with the specified logical operator.

Parameters

filters - System.Collections.Generic.IEnumerable<IFilterDescriptor>
logicalOperator - FilterCompositionLogicalOperator

AddRange(System.Collections.Generic.IEnumerable)

Adds a range of filters to the current filter collection.

Parameters

filters - System.Collections.Generic.IEnumerable<IFilterDescriptor>