[]
        
(Showing Draft Content)

C1.DataCollection.FilterTextExpression

FilterTextExpression Class

Describes a text filter expression with match case and match whole word properties.

Inheritance
FilterTextExpression
Namespace: C1.DataCollection
Assembly: C1.DataCollection.dll
Syntax
public class FilterTextExpression : FilterOperationExpression

Constructors

Name Description
FilterTextExpression(string, FilterOperation, object?, bool, bool)

Initializes a new instance of the FilterTextExpression class and base class.

Properties

Name Description
MatchCase

To know MatchCase mode is enable or not

MatchWholeWord

To know MatchWholeWord mode is enable or not

Methods

Name Description
Equals(object?)
GetHashCode()

Extension Methods