[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.OperationExpression

OperationExpression Class

Represents the filter operation expression.

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

Constructors

Name Description
OperationExpression()

Properties

Name Description
FilterOperation

Gets or sets the filter operation type.

PropertyName

Gets or sets the name of the data item property to which the expression applies.

Value

Gets or sets the value of the current filter expression.

Methods

Name Description
GetFilterExpression()

Converts the current OperationExpression to the FilterOperationExpression.