# C1.Data.DataSource.GroupDescriptorCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Data_DataSource_GroupDescriptorCollection" data-uid="C1.Data.DataSource.GroupDescriptorCollection" class="text-break">GroupDescriptorCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of <a class="xref" href="C1.Data.DataSource.GroupDescriptor.html">GroupDescriptor</a> dependency objects.</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</a>&gt;</div>
    <div class="level3"><a class="xref" href="C1.Data.DataSource.DependencyObjectCollection-1.html">DependencyObjectCollection</a>&lt;<a class="xref" href="C1.Data.DataSource.GroupDescriptor.html">GroupDescriptor</a>&gt;</div>
    <div class="level4"><span class="xref">GroupDescriptorCollection</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</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.Data.DataSource.GroupDescriptor.html">GroupDescriptor</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.Data.DataSource.html">C1.Data.DataSource</a></h6>
  <h6><strong>Assembly</strong>: C1.Data.Entity.4.8.dll</h6>
  <h5 id="C1_Data_DataSource_GroupDescriptorCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GroupDescriptorCollection : DependencyObjectCollection&lt;GroupDescriptor&gt;, IList&lt;GroupDescriptor&gt;, ICollection&lt;GroupDescriptor&gt;, IList, ICollection, IReadOnlyList&lt;GroupDescriptor&gt;, IReadOnlyCollection&lt;GroupDescriptor&gt;, IEnumerable&lt;GroupDescriptor&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GroupDescriptorCollection
    Inherits DependencyObjectCollection(Of GroupDescriptor)
    Implements IList(Of GroupDescriptor), ICollection(Of GroupDescriptor), IList, ICollection, IReadOnlyList(Of GroupDescriptor), IReadOnlyCollection(Of GroupDescriptor), IEnumerable(Of GroupDescriptor), 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_Data_DataSource_GroupDescriptorCollection__ctor" data-uid="C1.Data.DataSource.GroupDescriptorCollection.#ctor">
          <a class="xref" href="C1.Data.DataSource.GroupDescriptorCollection.-ctor.html#C1_Data_DataSource_GroupDescriptorCollection__ctor">GroupDescriptorCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Data.DataSource.GroupDescriptorCollection.html">GroupDescriptorCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.Data.Entities.EntityFrameworkExtensions.AsLive.html#C1_Data_Entities_EntityFrameworkExtensions_AsLive__1_System_Collections_Generic_ICollection___0__C1_Data_Entities_EntityClientScope_">EntityFrameworkExtensions.AsLive&lt;T&gt;(ICollection&lt;T&gt;, EntityClientScope)</a>
  </div>
  <div>
      <a class="xref" href="C1.Data.DataExtensions.ExecuteIn.html#C1_Data_DataExtensions_ExecuteIn__1_System_Collections_Generic_IEnumerable___0__C1_Data_ClientScope_">DataExtensions.ExecuteIn&lt;T&gt;(IEnumerable&lt;T&gt;, ClientScope)</a>
  </div>

</div>
