ComponentOne Xamarin.Android
FilterTextExpression Constructor


C1.CollectionView Assembly > C1.CollectionView Namespace > FilterTextExpression Class : FilterTextExpression Constructor
Base class property FilterUnaryExpression
Base class property FilterUnaryExpression
Base class property FilterUnaryExpression
MatchCase mode is enable or not
MatchWholeWord mode is enable or not
Initializes a new instance of the FilterTextExpression class and base class.
Syntax
'Declaration
 
Public Function New( _
   ByVal filterPath As String, _
   ByVal filterOperation As FilterOperation, _
   ByVal value As Object, _
   ByVal matchCase As Boolean, _
   ByVal matchWholeWord 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)

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

Reference

FilterTextExpression Class
FilterTextExpression Members