# C1.Data.DataSource.SortDescriptorCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Data_DataSource_SortDescriptorCollection" data-uid="C1.Data.DataSource.SortDescriptorCollection" class="text-break">SortDescriptorCollection Class
</h1>
  <div class="markdown level0 summary"><p>Collection of <a class="xref" href="C1.Data.DataSource.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</a>&gt;</div>
    <div class="level4"><span class="xref">SortDescriptorCollection</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.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</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.SortDescriptor.html">SortDescriptor</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_SortDescriptorCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SortDescriptorCollection : DependencyObjectCollection&lt;SortDescriptor&gt;, IList&lt;SortDescriptor&gt;, ICollection&lt;SortDescriptor&gt;, IList, ICollection, IReadOnlyList&lt;SortDescriptor&gt;, IReadOnlyCollection&lt;SortDescriptor&gt;, IEnumerable&lt;SortDescriptor&gt;, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SortDescriptorCollection
    Inherits DependencyObjectCollection(Of SortDescriptor)
    Implements IList(Of SortDescriptor), ICollection(Of SortDescriptor), IList, ICollection, IReadOnlyList(Of SortDescriptor), IReadOnlyCollection(Of SortDescriptor), IEnumerable(Of SortDescriptor), 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_SortDescriptorCollection__ctor" data-uid="C1.Data.DataSource.SortDescriptorCollection.#ctor">
          <a class="xref" href="C1.Data.DataSource.SortDescriptorCollection.-ctor.html#C1_Data_DataSource_SortDescriptorCollection__ctor">SortDescriptorCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Data.DataSource.SortDescriptorCollection.html">SortDescriptorCollection</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>
