ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / FilterTextExpression Class
Properties Methods


In This Topic
    FilterTextExpression Class Members
    In This Topic

    The following tables list the members exposed by FilterTextExpression.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the FilterTextExpression class and base class.  
    Top
    Public Properties
     NameDescription
    Public PropertyThe current filter operation: e.g. for a text filter, the FilterOperation is one of: 'Contains', 'StartsWith'. (Inherited from C1.CollectionView.FilterOperationExpression)
    Public PropertyPath of the data item used get the value to which the expression will be applied. (Inherited from C1.CollectionView.FilterOperationExpression)
    Public PropertyTo know MatchCase mode is enable or not  
    Public PropertyTo know MatchWholeWord mode is enable or not  
    Public PropertyThe filter info value used when applying the filter. e.g. when creating a text filter: text.StartsWith("AAA"), the Value would be "AAA". (Inherited from C1.CollectionView.FilterOperationExpression)
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this filter expression can be converted to a SQL filter expression. (Inherited from C1.CollectionView.FilterExpression)
    Public MethodGets a filtering expression suitable for Linq to SQL. (Inherited from C1.CollectionView.FilterExpression)
    Public MethodReturns a System.String that represents this instance. (Inherited from C1.CollectionView.FilterOperationExpression)
    Top
    See Also