[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.PredicateExpression

PredicateExpression Class

Represents the expression which takes a predicate as the filtering function.

Inheritance
PredicateExpression
Namespace: C1.Blazor.DataFilter
Assembly: C1.Blazor.DataFilter.dll
Syntax
public class PredicateExpression : Expression, INotifyPropertyChanged
Remarks

The PredicateExpression can not be used with the DataTable class.

Constructors

Name Description
PredicateExpression()

Properties

Name Description
Predicate

Gets the predicate which will filter the collection.

Methods

Name Description
GetFilterExpression()

Converts current the PredicateExpression to the FilterExpression.