# C1.DataCollection.FilterTextExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_FilterTextExpression" data-uid="C1.DataCollection.FilterTextExpression" class="text-break">FilterTextExpression Class
</h1>
  <div class="markdown level0 summary"><p>Describes a text filter expression with match case and match whole word properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.DataCollection.FilterExpression.html">FilterExpression</a></div>
    <div class="level2"><a class="xref" href="C1.DataCollection.FilterOperationExpression.html">FilterOperationExpression</a></div>
    <div class="level3"><span class="xref">FilterTextExpression</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.DataCollection.html">C1.DataCollection</a></h6>
  <h6><strong>Assembly</strong>: C1.DataCollection.dll</h6>
  <h5 id="C1_DataCollection_FilterTextExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterTextExpression : FilterOperationExpression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterTextExpression
    Inherits FilterOperationExpression</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_FilterTextExpression__ctor_System_String_C1_DataCollection_FilterOperation_System_Object_System_Boolean_System_Boolean_" data-uid="C1.DataCollection.FilterTextExpression.#ctor(System.String,C1.DataCollection.FilterOperation,System.Object,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.DataCollection.FilterTextExpression.-ctor.html#C1_DataCollection_FilterTextExpression__ctor_System_String_C1_DataCollection_FilterOperation_System_Object_System_Boolean_System_Boolean_">FilterTextExpression(string, FilterOperation, object?, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.FilterTextExpression.html">FilterTextExpression</a> class and base class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_FilterTextExpression_MatchCase" data-uid="C1.DataCollection.FilterTextExpression.MatchCase">
          <a class="xref" href="C1.DataCollection.FilterTextExpression.MatchCase.html#C1_DataCollection_FilterTextExpression_MatchCase">MatchCase</a>
        </td>
        <td class="markdown level1 summary"><p>To know MatchCase mode is enable or not</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterTextExpression_MatchWholeWord" data-uid="C1.DataCollection.FilterTextExpression.MatchWholeWord">
          <a class="xref" href="C1.DataCollection.FilterTextExpression.MatchWholeWord.html#C1_DataCollection_FilterTextExpression_MatchWholeWord">MatchWholeWord</a>
        </td>
        <td class="markdown level1 summary"><p>To know MatchWholeWord mode is enable or not</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_FilterTextExpression_Equals_System_Object_" data-uid="C1.DataCollection.FilterTextExpression.Equals(System.Object)">
          <a class="xref" href="C1.DataCollection.FilterTextExpression.Equals.html#C1_DataCollection_FilterTextExpression_Equals_System_Object_">Equals(object?)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterTextExpression_GetHashCode" data-uid="C1.DataCollection.FilterTextExpression.GetHashCode">
          <a class="xref" href="C1.DataCollection.FilterTextExpression.GetHashCode.html#C1_DataCollection_FilterTextExpression_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.GetExpresssionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_GetExpresssionInScope_C1_DataCollection_FilterExpression_System_String_">ScopedFilterExpressionEx.GetExpresssionInScope(FilterExpression?, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.IsExpresssionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_IsExpresssionInScope_C1_DataCollection_FilterExpression_System_String_">ScopedFilterExpressionEx.IsExpresssionInScope(FilterExpression, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.RemoveExpressionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_RemoveExpressionInScope_C1_DataCollection_FilterExpression_System_String_">ScopedFilterExpressionEx.RemoveExpressionInScope(FilterExpression?, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.ReplaceExpressionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_ReplaceExpressionInScope_C1_DataCollection_FilterExpression_System_String_C1_DataCollection_FilterExpression_">ScopedFilterExpressionEx.ReplaceExpressionInScope(FilterExpression?, string, FilterExpression?)</a>
  </div>

</div>
