QueryableCondition
Class
Base class used in queryable filtering.
Definition
Namespace:Telerik.Pivot.Queryable.Filtering
Assembly:Telerik.Pivot.DataProviders.Queryable.dll
Syntax:
C#
[DataContract]
public abstract class QueryableCondition : Condition, INotifyPropertyChanged, ISupportInitialize, IServiceProvider, IEditable
Inheritance: objectCloneableSettingsNodeConditionQueryableCondition
Derived Classes:
Implements:
Inherited Members
Methods
Determines the queryable Expression for filtering an object.
C#
protected abstract Expression GetExpression(Expression valueExpression)
The Expression that will be used as property for filter comparison.
Returns:The filter Expression.