ComponentOne CollectionView
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

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