Kendo.Mvc.FilterDescriptor
Edit this docRepresents declarative filtering.
No results. Try clearing the filter.
Gets or sets the member name which will be used for filtering.
Gets or sets the type of the member that is used for filtering.
Set this property if the member type cannot be resolved automatically.
Such cases are: items with ICustomTypeDescriptor, XmlNode or DataRow.
Changing this property did not raise
Gets or sets the filter operator.
Gets or sets the target filter value.
Creates a predicate filter expression.
Parameters
- parameterExpression
System.Linq.Expressions.ParameterExpression The parameter expression, which will be used for filtering.
Returns
A predicate filter expression.
Determines whether the specified descriptor
is equal to the current one.
Returns
True if all members of the current descriptor are
equal to the ones of , otherwise false.
Determines whether the specified
is equal to the current descriptor.
Serves as a hash function for a particular type.
Returns
A hash code for the current filter descriptor.