# C1.DataCollection.ScopedFilterExpressionEx

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_ScopedFilterExpressionEx" data-uid="C1.DataCollection.ScopedFilterExpressionEx" class="text-break">ScopedFilterExpressionEx Class
</h1>
  <div class="markdown level0 summary"><p>Set of extension methods to work with scoped filter expressions</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"><span class="xref">ScopedFilterExpressionEx</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_ScopedFilterExpressionEx_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public static class ScopedFilterExpressionEx</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Module ScopedFilterExpressionEx</code></pre>
  </div>
  <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_ScopedFilterExpressionEx_GetExpresssionInScope_C1_DataCollection_FilterExpression_System_String_" data-uid="C1.DataCollection.ScopedFilterExpressionEx.GetExpresssionInScope(C1.DataCollection.FilterExpression,System.String)">
          <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.GetExpresssionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_GetExpresssionInScope_C1_DataCollection_FilterExpression_System_String_">GetExpresssionInScope(FilterExpression?, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the expression corresponding to the specified <code class="paramref">scope</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ScopedFilterExpressionEx_IsExpresssionInScope_C1_DataCollection_FilterExpression_System_String_" data-uid="C1.DataCollection.ScopedFilterExpressionEx.IsExpresssionInScope(C1.DataCollection.FilterExpression,System.String)">
          <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.IsExpresssionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_IsExpresssionInScope_C1_DataCollection_FilterExpression_System_String_">IsExpresssionInScope(FilterExpression, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the <code class="paramref">expression</code> belongs to the specified <code class="paramref">scope</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ScopedFilterExpressionEx_RemoveExpressionInScope_C1_DataCollection_FilterExpression_System_String_" data-uid="C1.DataCollection.ScopedFilterExpressionEx.RemoveExpressionInScope(C1.DataCollection.FilterExpression,System.String)">
          <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.RemoveExpressionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_RemoveExpressionInScope_C1_DataCollection_FilterExpression_System_String_">RemoveExpressionInScope(FilterExpression?, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the expression in the specified <code class="paramref">scope</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_ScopedFilterExpressionEx_ReplaceExpressionInScope_C1_DataCollection_FilterExpression_System_String_C1_DataCollection_FilterExpression_" data-uid="C1.DataCollection.ScopedFilterExpressionEx.ReplaceExpressionInScope(C1.DataCollection.FilterExpression,System.String,C1.DataCollection.FilterExpression)">
          <a class="xref" href="C1.DataCollection.ScopedFilterExpressionEx.ReplaceExpressionInScope.html#C1_DataCollection_ScopedFilterExpressionEx_ReplaceExpressionInScope_C1_DataCollection_FilterExpression_System_String_C1_DataCollection_FilterExpression_">ReplaceExpressionInScope(FilterExpression?, string, FilterExpression?)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the expression in the specified <code class="paramref">scope</code> by the <code class="paramref">newExpression</code>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
