Kendo.Mvc.UI.Fluent.DataSourceFilterDescriptorFactory
Defines the fluent interface for configuring filter.
Methods
Add(System.Linq.Expressions.Expression<System.Func<T,System.Boolean>>)
Specifies the member on which the filter should be applied.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,System.Boolean>>
Member access expression which describes the member
Add(System.Linq.Expressions.Expression<System.Func<T,System.Nullable<System.Boolean>>>)
Specifies the member on which the filter should be applied.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,System.Nullable<System.Boolean>>>
Member access expression which describes the member
Add(System.Linq.Expressions.Expression<System.Func<T,T1>>)
Specifies the member on which the filter should be applied.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,T1>>
Member access expression which describes the member
Add(System.Linq.Expressions.Expression<System.Func<T,System.String>>)
Specifies the member on which the filter should be applied.
Parameters
expression System.Linq.Expressions.Expression<System.Func<T,System.String>>
Member access expression which describes the member