'Declaration Public Function New( _ ByVal filterPath As String, _ ByVal filterOperation As FilterOperation, _ ByVal value As Object, _ ByVal matchCase As Boolean, _ ByVal matchWholeWord As Boolean _ )
public FilterTextExpression( string filterPath, FilterOperation filterOperation, object value, bool matchCase, bool matchWholeWord )
Parameters
- filterPath
- Base class property FilterUnaryExpression
- filterOperation
- Base class property FilterUnaryExpression
- value
- Base class property FilterUnaryExpression
- matchCase
- MatchCase mode is enable or not
- matchWholeWord
- MatchWholeWord mode is enable or not