[]
Initializes a new instance of the FilterTextExpression class and base class.
public FilterTextExpression(string filterPath, FilterOperation filterOperation, object? value, bool matchCase, bool matchWholeWord)
Public Sub New(filterPath As String, filterOperation As FilterOperation, value As Object, matchCase As Boolean, matchWholeWord As Boolean)
| Type | Name | Description |
|---|---|---|
| string | filterPath | The path of the data item to which the filter will be applied. |
| FilterOperation | filterOperation | The filter operation. |
| object | value | The value to be filtered. |
| bool | matchCase | MatchCase mode is enable or not |
| bool | matchWholeWord | MatchWholeWord mode is enable or not |