DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection 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 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
    See Also