[]
        
(Showing Draft Content)

C1.Blazor.DataFilter.TextExpression

TextExpression Class

Represents a text filter expression with match case and match whole word properties.

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

Constructors

Name Description
TextExpression()

Properties

Name Description
MatchCase

To know MatchCase mode is enable or not

MatchWholeWord

To know MatchWholeWord mode is enable or not

Methods

Name Description
GetFilterExpression()

Converts the current OperationExpression to the FilterOperationExpression.