# C1.DataCollection.FilterNaryExpression

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_FilterNaryExpression" data-uid="C1.DataCollection.FilterNaryExpression" class="text-break">FilterNaryExpression Class
</h1>
  <div class="markdown level0 summary"><p>Combines the specified filter expressions using a logical operator.</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"><span class="xref">FilterNaryExpression</span></div>
      <div class="level3"><a class="xref" href="C1.DataCollection.FilterBinaryExpression.html">FilterBinaryExpression</a></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_FilterNaryExpression_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterNaryExpression : FilterExpression</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterNaryExpression
    Inherits FilterExpression</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_FilterNaryExpression__ctor_C1_DataCollection_FilterCombination_C1_DataCollection_FilterExpression___" data-uid="C1.DataCollection.FilterNaryExpression.#ctor(C1.DataCollection.FilterCombination,C1.DataCollection.FilterExpression[])">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.-ctor.html#C1_DataCollection_FilterNaryExpression__ctor_C1_DataCollection_FilterCombination_C1_DataCollection_FilterExpression___">FilterNaryExpression(FilterCombination, params FilterExpression[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.FilterNaryExpression.html">FilterNaryExpression</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterNaryExpression__ctor_C1_DataCollection_FilterCombination_System_Collections_Generic_IEnumerable_C1_DataCollection_FilterExpression__" data-uid="C1.DataCollection.FilterNaryExpression.#ctor(C1.DataCollection.FilterCombination,System.Collections.Generic.IEnumerable{C1.DataCollection.FilterExpression})">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.-ctor.html#C1_DataCollection_FilterNaryExpression__ctor_C1_DataCollection_FilterCombination_System_Collections_Generic_IEnumerable_C1_DataCollection_FilterExpression__">FilterNaryExpression(FilterCombination, IEnumerable&lt;FilterExpression&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.DataCollection.FilterNaryExpression.html">FilterNaryExpression</a> 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_FilterNaryExpression_Expressions" data-uid="C1.DataCollection.FilterNaryExpression.Expressions">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.Expressions.html#C1_DataCollection_FilterNaryExpression_Expressions">Expressions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the expressions that are combined.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterNaryExpression_FilterCombination" data-uid="C1.DataCollection.FilterNaryExpression.FilterCombination">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.FilterCombination.html#C1_DataCollection_FilterNaryExpression_FilterCombination">FilterCombination</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the logical operator applied between the expressions.</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_FilterNaryExpression_Equals_System_Object_" data-uid="C1.DataCollection.FilterNaryExpression.Equals(System.Object)">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.Equals.html#C1_DataCollection_FilterNaryExpression_Equals_System_Object_">Equals(object?)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterNaryExpression_GetHashCode" data-uid="C1.DataCollection.FilterNaryExpression.GetHashCode">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.GetHashCode.html#C1_DataCollection_FilterNaryExpression_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_FilterNaryExpression_ToString" data-uid="C1.DataCollection.FilterNaryExpression.ToString">
          <a class="xref" href="C1.DataCollection.FilterNaryExpression.ToString.html#C1_DataCollection_FilterNaryExpression_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents this instance.</p>
</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>
