Class QueryableCondition
Base class used in queryable filtering.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Queryable.Filtering
Assembly: Telerik.WinControls.PivotGrid.dll
Syntax
public abstract class QueryableCondition : Condition, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable
Methods
GetExpression(Expression)
Determines the queryable System.Linq.Expressions.Expression for filtering an object.
Declaration
protected abstract Expression GetExpression(Expression valueExpression)
Parameters
System.Linq.Expressions.Expression
valueExpression
The System.Linq.Expressions.Expression that will be used as property for filter comparison. |
Returns
System.Linq.Expressions.Expression
The filter System.Linq.Expressions.Expression. |