Table of Contents

Class FilterExpressionBuilder

Namespace
Innova.Prism.Telerik.Expressions
Assembly
Innova.Prism.Telerik.dll

Represents an abstract base class for building filter expressions.

public abstract class FilterExpressionBuilder : ExpressionBuilderBase
Inheritance
FilterExpressionBuilder
Derived

Constructors

FilterExpressionBuilder(ParameterExpression)

Initializes a new instance of the FilterExpressionBuilder class with the specified parameter expression.

Methods

CreateBodyExpression()

Creates the body expression for the filter.

CreateFilterExpression()

Creates the filter expression.