Initializes a new instance of the
FilterTextExpression class and base class.
Syntax
'Declaration
Public Function New( _
ByVal As String, _
ByVal As FilterOperation, _
ByVal As Object, _
ByVal As Boolean, _
ByVal As Boolean _
)
'Usage
Dim filterPath As String
Dim filterOperation As FilterOperation
Dim value As Object
Dim matchCase As Boolean
Dim matchWholeWord As Boolean
Dim instance As New FilterTextExpression(filterPath, filterOperation, value, matchCase, matchWholeWord)
public FilterTextExpression(
string ,
FilterOperation ,
object ,
bool ,
bool
)
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
See Also