# C1.WPF.DataFilter.FilterCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_DataFilter_FilterCollection" data-uid="C1.WPF.DataFilter.FilterCollection" class="text-break">FilterCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of the filters.</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="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.collection-1">Collection</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.objectmodel.observablecollection-1">ObservableCollection</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.WPF.DataFilter.ObservableCollectionBase-1.html">ObservableCollectionBase</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div class="level4"><span class="xref">FilterCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.WPF.DataFilter.Filter.html">Filter</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.specialized.inotifycollectionchanged">INotifyCollectionChanged</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.inotifypropertychanged">INotifyPropertyChanged</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.DataFilter.html">C1.WPF.DataFilter</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.DataFilter.dll</h6>
  <h5 id="C1_WPF_DataFilter_FilterCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class FilterCollection : ObservableCollectionBase&lt;Filter&gt;, IList&lt;Filter&gt;, ICollection&lt;Filter&gt;, IList, ICollection, IReadOnlyList&lt;Filter&gt;, IReadOnlyCollection&lt;Filter&gt;, IEnumerable&lt;Filter&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class FilterCollection
    Inherits ObservableCollectionBase(Of Filter)
    Implements IList(Of Filter), ICollection(Of Filter), IList, ICollection, IReadOnlyList(Of Filter), IReadOnlyCollection(Of Filter), IEnumerable(Of Filter), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</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_WPF_DataFilter_FilterCollection__ctor" data-uid="C1.WPF.DataFilter.FilterCollection.#ctor">
          <a class="xref" href="C1.WPF.DataFilter.FilterCollection.-ctor.html#C1_WPF_DataFilter_FilterCollection__ctor">FilterCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.FilterCollection.html">FilterCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_DataFilter_FilterCollection__ctor_System_Collections_Generic_IEnumerable_C1_WPF_DataFilter_Filter__" data-uid="C1.WPF.DataFilter.FilterCollection.#ctor(System.Collections.Generic.IEnumerable{C1.WPF.DataFilter.Filter})">
          <a class="xref" href="C1.WPF.DataFilter.FilterCollection.-ctor.html#C1_WPF_DataFilter_FilterCollection__ctor_System_Collections_Generic_IEnumerable_C1_WPF_DataFilter_Filter__">FilterCollection(IEnumerable&lt;Filter&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.DataFilter.FilterCollection.html">FilterCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_DataFilter_FilterCollection_op_Implicit_System_Collections_Generic_List_C1_WPF_DataFilter_Filter___C1_WPF_DataFilter_FilterCollection" data-uid="C1.WPF.DataFilter.FilterCollection.op_Implicit(System.Collections.Generic.List{C1.WPF.DataFilter.Filter})~C1.WPF.DataFilter.FilterCollection">
          <a class="xref" href="C1.WPF.DataFilter.FilterCollection.op_Implicit.html#C1_WPF_DataFilter_FilterCollection_op_Implicit_System_Collections_Generic_List_C1_WPF_DataFilter_Filter___C1_WPF_DataFilter_FilterCollection">implicit operator FilterCollection(List&lt;Filter&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Casting operator to convert a filter list into a <a class="xref" href="C1.WPF.DataFilter.FilterCollection.html">FilterCollection</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
