# C1.DataCollection.C1HierarchicalDataCollection-1

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_DataCollection_C1HierarchicalDataCollection_1" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1" class="text-break">C1HierarchicalDataCollection&lt;T&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Base class of collections that are composed by others <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.InternalCollections.html#C1_DataCollection_C1HierarchicalDataCollection_1_InternalCollections">InternalCollections</a>.</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">C1HierarchicalDataCollection&lt;T&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.DataCollection.C1SelectManyDataCollection-2.html">C1SelectManyDataCollection&lt;S, T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.DataCollection.C1SequenceDataCollection-1.html">C1SequenceDataCollection&lt;T&gt;</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.DataCollection.IDataCollection-1.html">IDataCollection</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlylist-1">IReadOnlyList</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ireadonlycollection-1">IReadOnlyCollection</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;T&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="C1.DataCollection.ISupportVirtualization.html">ISupportVirtualization</a></div>
    <div><a class="xref" href="C1.DataCollection.ISupportAsyncLoading-1.html">ISupportAsyncLoading</a>&lt;T&gt;</div>
    <div><a class="xref" href="C1.DataCollection.ISupportIncrementalLoading.html">ISupportIncrementalLoading</a></div>
    <div><a class="xref" href="C1.DataCollection.ISupportSorting.html">ISupportSorting</a></div>
    <div><a class="xref" href="C1.DataCollection.ISupportRangeEditing-1.html">ISupportRangeEditing</a>&lt;T&gt;</div>
    <div><a class="xref" href="C1.DataCollection.ISupportEditing-1.html">ISupportEditing</a>&lt;T&gt;</div>
    <div><a class="xref" href="C1.DataCollection.ISupportIndexing-1.html">ISupportIndexing</a>&lt;T&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</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_C1HierarchicalDataCollection_1_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class C1HierarchicalDataCollection&lt;T&gt; : IDataCollection&lt;T&gt;, IReadOnlyList&lt;T&gt;, IReadOnlyCollection&lt;T&gt;, IEnumerable&lt;T&gt;, IEnumerable, INotifyCollectionChanged, ISupportVirtualization, ISupportAsyncLoading&lt;T&gt;, ISupportIncrementalLoading, ISupportSorting, ISupportRangeEditing&lt;T&gt;, ISupportEditing&lt;T&gt;, ISupportIndexing&lt;T&gt;, IDisposable where T : class?</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class C1HierarchicalDataCollection(Of T As Class)
    Implements IDataCollection(Of T), IReadOnlyList(Of T), IReadOnlyCollection(Of T), IEnumerable(Of T), IEnumerable, INotifyCollectionChanged, ISupportVirtualization, ISupportAsyncLoading(Of T), ISupportIncrementalLoading, ISupportSorting, ISupportRangeEditing(Of T), ISupportEditing(Of T), ISupportIndexing(Of T), IDisposable</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">T</span></td>
        <td><p>The type of the items in the collection.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_C1HierarchicalDataCollection_1__ctor" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.#ctor">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.-ctor.html#C1_DataCollection_C1HierarchicalDataCollection_1__ctor">C1HierarchicalDataCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_C1HierarchicalDataCollection_1_Count" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.Count">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.Count.html#C1_DataCollection_C1HierarchicalDataCollection_1_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of elements in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_HasMoreItems" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.HasMoreItems">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.HasMoreItems.html#C1_DataCollection_C1HierarchicalDataCollection_1_HasMoreItems">HasMoreItems</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether more items can be loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_InternalCollections" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.InternalCollections">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.InternalCollections.html#C1_DataCollection_C1HierarchicalDataCollection_1_InternalCollections">InternalCollections</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collections that feed this collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_IsDisposed" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.IsDisposed">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.IsDisposed.html#C1_DataCollection_C1HierarchicalDataCollection_1_IsDisposed">IsDisposed</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the collection is disposed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_IsVirtualizing" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.IsVirtualizing">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.IsVirtualizing.html#C1_DataCollection_C1HierarchicalDataCollection_1_IsVirtualizing">IsVirtualizing</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the collection is virtualizing its data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_Item_System_Int32_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.Item(System.Int32)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.Item.html#C1_DataCollection_C1HierarchicalDataCollection_1_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_NotifySourceResetAsReplace" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.NotifySourceResetAsReplace">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.NotifySourceResetAsReplace.html#C1_DataCollection_C1HierarchicalDataCollection_1_NotifySourceResetAsReplace">NotifySourceResetAsReplace</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the Reset notifications coming from the source will be notified as a Replace.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_SortDescriptions" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.SortDescriptions">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.SortDescriptions.html#C1_DataCollection_C1HierarchicalDataCollection_1_SortDescriptions">SortDescriptions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the sort descriptions applied to the data.</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_C1HierarchicalDataCollection_1_CanInsert_System_Int32__0_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanInsert(System.Int32,`0)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanInsert.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanInsert_System_Int32__0_">CanInsert(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a new item can be inserted in the collection at the specified <code class="paramref">index</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanInsertRange_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanInsertRange(System.Int32,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanInsertRange.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanInsertRange_System_Int32_System_Collections_Generic_IEnumerable__0__">CanInsertRange(int, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a new range of items can be inserted in the collection at the specified <code class="paramref">startingIndex</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanMove_System_Int32_System_Int32_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanMove(System.Int32,System.Int32)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanMove.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanMove_System_Int32_System_Int32_">CanMove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the item at <code class="paramref">fromIndex</code> can be moved to <code class="paramref">toIndex</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanMoveRange_System_Int32_System_Int32_System_Int32_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanMoveRange(System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanMoveRange.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanMoveRange_System_Int32_System_Int32_System_Int32_">CanMoveRange(int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the item at <code class="paramref">fromIndex</code> can be moved to <code class="paramref">toIndex</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanRemove_System_Int32_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanRemove(System.Int32)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanRemove.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanRemove_System_Int32_">CanRemove(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the item at the specified <code class="paramref">index</code> can be removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanRemoveRange_System_Int32_System_Int32_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanRemoveRange(System.Int32,System.Int32)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanRemoveRange.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanRemoveRange_System_Int32_System_Int32_">CanRemoveRange(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a range of items at the specified <code class="paramref">startingIndex</code> can be removed from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanReplace_System_Int32__0_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanReplace(System.Int32,`0)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanReplace.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanReplace_System_Int32__0_">CanReplace(int, T)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the item at the specified <code class="paramref">index</code> can be replaced in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanReplaceRange_System_Int32_System_Collections_Generic_IEnumerable__0__" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanReplaceRange(System.Int32,System.Collections.Generic.IEnumerable{`0})">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanReplaceRange.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanReplaceRange_System_Int32_System_Collections_Generic_IEnumerable__0__">CanReplaceRange(int, IEnumerable&lt;T&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the items starting at the specified <code class="paramref">startingIndex</code> can be replaced in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CanSort_C1_DataCollection_SortDescription___" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CanSort(C1.DataCollection.SortDescription[])">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CanSort.html#C1_DataCollection_C1HierarchicalDataCollection_1_CanSort_C1_DataCollection_SortDescription___">CanSort(params SortDescription[])</a>
        </td>
        <td class="markdown level1 summary"><p>Returns whether the collection is able to sort the specified <code class="paramref">sortDescriptions</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_Dispose" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.Dispose">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.Dispose.html#C1_DataCollection_C1HierarchicalDataCollection_1_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_Dispose_System_Boolean_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.Dispose(System.Boolean)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.Dispose.html#C1_DataCollection_C1HierarchicalDataCollection_1_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Called to dispose resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_GetEnumerator" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.GetEnumerator">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.GetEnumerator.html#C1_DataCollection_C1HierarchicalDataCollection_1_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_GetItemType" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.GetItemType">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.GetItemType.html#C1_DataCollection_C1HierarchicalDataCollection_1_GetItemType">GetItemType()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the type of the item.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_GetLoadedItems" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.GetLoadedItems">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.GetLoadedItems.html#C1_DataCollection_C1HierarchicalDataCollection_1_GetLoadedItems">GetLoadedItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the items that has be loaded so far.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_GetLoadedItems_System_Nullable_System_Int32__System_Nullable_System_Int32__" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.GetLoadedItems(System.Nullable{System.Int32},System.Nullable{System.Int32})">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.GetLoadedItems.html#C1_DataCollection_C1HierarchicalDataCollection_1_GetLoadedItems_System_Nullable_System_Int32__System_Nullable_System_Int32__">GetLoadedItems(int?, int?)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns all the items that has been loaded so far.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_IndexOf__0_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.IndexOf(`0)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.IndexOf.html#C1_DataCollection_C1HierarchicalDataCollection_1_IndexOf__0_">IndexOf(T)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of an item in the collection, or <code>-1</code> if the item is not found.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_InsertAsync_System_Int32__0_System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.InsertAsync(System.Int32,`0,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.InsertAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_InsertAsync_System_Int32__0_System_Threading_CancellationToken_">InsertAsync(int, T, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <code class="paramref">item</code> at the specified <code class="paramref">index</code> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_InsertRangeAsync_System_Int32_System_Collections_Generic_IEnumerable__0__System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.InsertRangeAsync(System.Int32,System.Collections.Generic.IEnumerable{`0},System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.InsertRangeAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_InsertRangeAsync_System_Int32_System_Collections_Generic_IEnumerable__0__System_Threading_CancellationToken_">InsertRangeAsync(int, IEnumerable&lt;T&gt;, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts the specified <code class="paramref">items</code> at the specified <code class="paramref">startingIndex</code> in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_LoadAsync_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.LoadAsync(System.Nullable{System.Int32},System.Nullable{System.Int32},System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.LoadAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_LoadAsync_System_Nullable_System_Int32__System_Nullable_System_Int32__System_Threading_CancellationToken_">LoadAsync(int?, int?, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Load the items between the specified indexes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_LoadMoreItemsAsync_System_Nullable_System_Int32__System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.LoadMoreItemsAsync(System.Nullable{System.Int32},System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.LoadMoreItemsAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_LoadMoreItemsAsync_System_Nullable_System_Int32__System_Threading_CancellationToken_">LoadMoreItemsAsync(int?, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads more items.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_MoveAsync_System_Int32_System_Int32_System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.MoveAsync(System.Int32,System.Int32,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.MoveAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_MoveAsync_System_Int32_System_Int32_System_Threading_CancellationToken_">MoveAsync(int, int, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves an item from the specified <code class="paramref">fromIndex</code> to <code class="paramref">toIndex</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_MoveRangeAsync_System_Int32_System_Int32_System_Int32_System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.MoveRangeAsync(System.Int32,System.Int32,System.Int32,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.MoveRangeAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_MoveRangeAsync_System_Int32_System_Int32_System_Int32_System_Threading_CancellationToken_">MoveRangeAsync(int, int, int, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the items starting at the specified <code class="paramref">fromIndex</code> to <code class="paramref">toIndex</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_OnCollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.OnCollectionChanged(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.OnCollectionChanged.html#C1_DataCollection_C1HierarchicalDataCollection_1_OnCollectionChanged_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnCollectionChanged(object?, NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <span class="xref">CollectionChanged</span> event.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_OnInternalCollectionsChangedAsync_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.OnInternalCollectionsChangedAsync(System.Object,System.Collections.Specialized.NotifyCollectionChangedEventArgs)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.OnInternalCollectionsChangedAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_OnInternalCollectionsChangedAsync_System_Object_System_Collections_Specialized_NotifyCollectionChangedEventArgs_">OnInternalCollectionsChangedAsync(object?, NotifyCollectionChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the InternalCollections changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_OnSortChanged" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.OnSortChanged">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.OnSortChanged.html#C1_DataCollection_C1HierarchicalDataCollection_1_OnSortChanged">OnSortChanged()</a>
        </td>
        <td class="markdown level1 summary"><p>Called when sort changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_RemoveAsync_System_Int32_System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.RemoveAsync(System.Int32,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.RemoveAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_RemoveAsync_System_Int32_System_Threading_CancellationToken_">RemoveAsync(int, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the item at the specified <code class="paramref">index</code> from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_RemoveRangeAsync_System_Int32_System_Int32_System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.RemoveRangeAsync(System.Int32,System.Int32,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.RemoveRangeAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_RemoveRangeAsync_System_Int32_System_Int32_System_Threading_CancellationToken_">RemoveRangeAsync(int, int, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the items at the specified <code class="paramref">startingIndex</code> from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_ReplaceAsync_System_Int32__0_System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.ReplaceAsync(System.Int32,`0,System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.ReplaceAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_ReplaceAsync_System_Int32__0_System_Threading_CancellationToken_">ReplaceAsync(int, T, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the item at the specified <code class="paramref">index</code> by the specified <code class="paramref">item</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_ReplaceRangeAsync_System_Int32_System_Collections_Generic_IEnumerable__0__System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.ReplaceRangeAsync(System.Int32,System.Collections.Generic.IEnumerable{`0},System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.ReplaceRangeAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_ReplaceRangeAsync_System_Int32_System_Collections_Generic_IEnumerable__0__System_Threading_CancellationToken_">ReplaceRangeAsync(int, IEnumerable&lt;T&gt;, CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Replaces the items starting at the specified <code class="paramref">startingIndex</code> by the specified <code class="paramref">items</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_SortAsync_C1_DataCollection_SortDescription___" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.SortAsync(C1.DataCollection.SortDescription[])">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.SortAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_SortAsync_C1_DataCollection_SortDescription___">SortAsync(params SortDescription[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the collection according to the specified <code class="paramref">sortDescriptions</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_SortAsync_C1_DataCollection_SortDescription___System_Threading_CancellationToken_" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.SortAsync(C1.DataCollection.SortDescription[],System.Threading.CancellationToken)">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.SortAsync.html#C1_DataCollection_C1HierarchicalDataCollection_1_SortAsync_C1_DataCollection_SortDescription___System_Threading_CancellationToken_">SortAsync(SortDescription[], CancellationToken)</a>
        </td>
        <td class="markdown level1 summary"><p>Sorts the collection according to the specified <code class="paramref">sortDescriptions</code>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_CollectionChanged" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.CollectionChanged">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.CollectionChanged.html">CollectionChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_DataCollection_C1HierarchicalDataCollection_1_SortChanged" data-uid="C1.DataCollection.C1HierarchicalDataCollection`1.SortChanged">
          <a class="xref" href="C1.DataCollection.C1HierarchicalDataCollection-1.SortChanged.html">SortChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Raised after a sort operation was performed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AddAsync.html#C1_DataCollection_IDataCollectionEx_AddAsync__1_C1_DataCollection_IDataCollection___0____0_">IDataCollectionEx.AddAsync&lt;T&gt;(IDataCollection&lt;T&gt;, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AddAsync.html#C1_DataCollection_IDataCollectionEx_AddAsync__1_C1_DataCollection_IDataCollection___0____0_System_Threading_CancellationToken_">IDataCollectionEx.AddAsync&lt;T&gt;(IDataCollection&lt;T&gt;, T, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AddRangeAsync.html#C1_DataCollection_IDataCollectionEx_AddRangeAsync__1_C1_DataCollection_IDataCollection___0__System_Collections_Generic_IReadOnlyList___0__System_Threading_CancellationToken_">IDataCollectionEx.AddRangeAsync&lt;T&gt;(IDataCollection&lt;T&gt;, IReadOnlyList&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AsList.html#C1_DataCollection_IDataCollectionEx_AsList__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.AsList&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AttachFilterChanged.html#C1_DataCollection_IDataCollectionEx_AttachFilterChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.AttachFilterChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AttachGroupChanged.html#C1_DataCollection_IDataCollectionEx_AttachGroupChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.AttachGroupChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AttachPageChanged.html#C1_DataCollection_IDataCollectionEx_AttachPageChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.AttachPageChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AttachSortChanged.html#C1_DataCollection_IDataCollectionEx_AttachSortChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.AttachSortChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanFilter.html#C1_DataCollection_IDataCollectionEx_CanFilter__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_FilterExpression_">IDataCollectionEx.CanFilter&lt;T&gt;(IDataCollection&lt;T&gt;, FilterExpression?)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanGroup.html#C1_DataCollection_IDataCollectionEx_CanGroup__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_GroupDescription___">IDataCollectionEx.CanGroup&lt;T&gt;(IDataCollection&lt;T&gt;, params GroupDescription[])</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanGroup.html#C1_DataCollection_IDataCollectionEx_CanGroup__1_C1_DataCollection_IDataCollection___0__System_String_">IDataCollectionEx.CanGroup&lt;T&gt;(IDataCollection&lt;T&gt;, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanInsertRange.html#C1_DataCollection_IDataCollectionEx_CanInsertRange__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Collections_Generic_IEnumerable___0__">IDataCollectionEx.CanInsertRange&lt;T&gt;(IDataCollection&lt;T&gt;, int, IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanInsert.html#C1_DataCollection_IDataCollectionEx_CanInsert__1_C1_DataCollection_IDataCollection___0__System_Int32___0_">IDataCollectionEx.CanInsert&lt;T&gt;(IDataCollection&lt;T&gt;, int, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanLoadMoreItems.html#C1_DataCollection_IDataCollectionEx_CanLoadMoreItems__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.CanLoadMoreItems&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanMoveRange.html#C1_DataCollection_IDataCollectionEx_CanMoveRange__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_System_Int32_">IDataCollectionEx.CanMoveRange&lt;T&gt;(IDataCollection&lt;T&gt;, int, int, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanMove.html#C1_DataCollection_IDataCollectionEx_CanMove__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_">IDataCollectionEx.CanMove&lt;T&gt;(IDataCollection&lt;T&gt;, int, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanRefresh.html#C1_DataCollection_IDataCollectionEx_CanRefresh__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.CanRefresh&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanRemoveRange.html#C1_DataCollection_IDataCollectionEx_CanRemoveRange__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_">IDataCollectionEx.CanRemoveRange&lt;T&gt;(IDataCollection&lt;T&gt;, int, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanRemove.html#C1_DataCollection_IDataCollectionEx_CanRemove__1_C1_DataCollection_IDataCollection___0__System_Int32_">IDataCollectionEx.CanRemove&lt;T&gt;(IDataCollection&lt;T&gt;, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanReplaceRange.html#C1_DataCollection_IDataCollectionEx_CanReplaceRange__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Collections_Generic_IEnumerable___0__">IDataCollectionEx.CanReplaceRange&lt;T&gt;(IDataCollection&lt;T&gt;, int, IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanReplace.html#C1_DataCollection_IDataCollectionEx_CanReplace__1_C1_DataCollection_IDataCollection___0__System_Int32___0_">IDataCollectionEx.CanReplace&lt;T&gt;(IDataCollection&lt;T&gt;, int, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanSort.html#C1_DataCollection_IDataCollectionEx_CanSort__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_SortDescription___">IDataCollectionEx.CanSort&lt;T&gt;(IDataCollection&lt;T&gt;, params SortDescription[])</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanSort.html#C1_DataCollection_IDataCollectionEx_CanSort__1_C1_DataCollection_IDataCollection___0__System_String_">IDataCollectionEx.CanSort&lt;T&gt;(IDataCollection&lt;T&gt;, string)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CanSort.html#C1_DataCollection_IDataCollectionEx_CanSort__1_C1_DataCollection_IDataCollection___0__System_String_C1_DataCollection_SortDirection_">IDataCollectionEx.CanSort&lt;T&gt;(IDataCollection&lt;T&gt;, string, SortDirection)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ConnectAsync.html#C1_DataCollection_IDataCollectionEx_ConnectAsync__1_C1_DataCollection_IDataCollection___0__System_Threading_CancellationToken_">IDataCollectionEx.ConnectAsync&lt;T&gt;(IDataCollection&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CreateFilterFromString.html#C1_DataCollection_IDataCollectionEx_CreateFilterFromString__1_C1_DataCollection_IDataCollection___0__System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">IDataCollectionEx.CreateFilterFromString&lt;T&gt;(IDataCollection&lt;T&gt;, string, bool, bool, bool, bool)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CreateNewItem.html#C1_DataCollection_IDataCollectionEx_CreateNewItem__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.CreateNewItem&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.CreatePredicate.html#C1_DataCollection_IDataCollectionEx_CreatePredicate__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_FilterExpression_C1_DataCollection_C1FilterDataCollection___0__FilterCache_">IDataCollectionEx.CreatePredicate&lt;T&gt;(IDataCollection&lt;T&gt;, FilterExpression?, C1FilterDataCollection&lt;T&gt;.FilterCache?)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.DetachFilterChanged.html#C1_DataCollection_IDataCollectionEx_DetachFilterChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.DetachFilterChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.DetachGroupChanged.html#C1_DataCollection_IDataCollectionEx_DetachGroupChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.DetachGroupChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.DetachPageChanged.html#C1_DataCollection_IDataCollectionEx_DetachPageChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.DetachPageChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.DetachSortChanged.html#C1_DataCollection_IDataCollectionEx_DetachSortChanged__1_C1_DataCollection_IDataCollection___0__System_EventHandler_">IDataCollectionEx.DetachSortChanged&lt;T&gt;(IDataCollection&lt;T&gt;, EventHandler)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.DisconnectAsync.html#C1_DataCollection_IDataCollectionEx_DisconnectAsync__1_C1_DataCollection_IDataCollection___0__System_Threading_CancellationToken_">IDataCollectionEx.DisconnectAsync&lt;T&gt;(IDataCollection&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.FilterAsync.html#C1_DataCollection_IDataCollectionEx_FilterAsync__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_FilterExpression_">IDataCollectionEx.FilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;, FilterExpression?)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.FilterAsync.html#C1_DataCollection_IDataCollectionEx_FilterAsync__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_FilterExpression_System_Threading_CancellationToken_">IDataCollectionEx.FilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;, FilterExpression?, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.FilterAsync.html#C1_DataCollection_IDataCollectionEx_FilterAsync__1_C1_DataCollection_IDataCollection___0__System_Func_System_Object_System_Boolean__">IDataCollectionEx.FilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;, Func&lt;object, bool&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.FilterAsync.html#C1_DataCollection_IDataCollectionEx_FilterAsync__1_C1_DataCollection_IDataCollection___0__System_Linq_Expressions_Expression_System_Func___0_System_Object___C1_DataCollection_FilterOperation_System_Object_">IDataCollectionEx.FilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;, Expression&lt;Func&lt;T, object&gt;&gt;, FilterOperation, object)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.FilterAsync.html#C1_DataCollection_IDataCollectionEx_FilterAsync__1_C1_DataCollection_IDataCollection___0__System_String_C1_DataCollection_FilterOperation_System_Object_">IDataCollectionEx.FilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;, string, FilterOperation, object)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.FilterAsync.html#C1_DataCollection_IDataCollectionEx_FilterAsync__1_C1_DataCollection_IDataCollection___0__System_String_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">IDataCollectionEx.FilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;, string, bool, bool, bool, bool)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetConnectionState.html#C1_DataCollection_IDataCollectionEx_GetConnectionState__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetConnectionState&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetCurrentPage.html#C1_DataCollection_IDataCollectionEx_GetCurrentPage__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetCurrentPage&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetFilterExpression.html#C1_DataCollection_IDataCollectionEx_GetFilterExpression__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetFilterExpression&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetGroupDescriptions.html#C1_DataCollection_IDataCollectionEx_GetGroupDescriptions__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetGroupDescriptions&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetLoadedItems.html#C1_DataCollection_IDataCollectionEx_GetLoadedItems__1_C1_DataCollection_IDataCollection___0__System_Nullable_System_Int32__System_Nullable_System_Int32__">IDataCollectionEx.GetLoadedItems&lt;T&gt;(IDataCollection&lt;T&gt;, int?, int?)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetPageSize.html#C1_DataCollection_IDataCollectionEx_GetPageSize__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetPageSize&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetPagesCount.html#C1_DataCollection_IDataCollectionEx_GetPagesCount__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetPagesCount&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetSortDescriptions.html#C1_DataCollection_IDataCollectionEx_GetSortDescriptions__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetSortDescriptions&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetSource.html#C1_DataCollection_IDataCollectionEx_GetSource__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetSource&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetTextFields.html#C1_DataCollection_IDataCollectionEx_GetTextFields__1_C1_DataCollection_IDataCollection___0__System_Boolean_">IDataCollectionEx.GetTextFields&lt;T&gt;(IDataCollection&lt;T&gt;, bool)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GetTotalCount.html#C1_DataCollection_IDataCollectionEx_GetTotalCount__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.GetTotalCount&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GroupAsync.html#C1_DataCollection_IDataCollectionEx_GroupAsync__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_GroupDescription___">IDataCollectionEx.GroupAsync&lt;T&gt;(IDataCollection&lt;T&gt;, GroupDescription[])</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GroupAsync.html#C1_DataCollection_IDataCollectionEx_GroupAsync__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_GroupDescription___System_Threading_CancellationToken_">IDataCollectionEx.GroupAsync&lt;T&gt;(IDataCollection&lt;T&gt;, GroupDescription[], CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GroupAsync.html#C1_DataCollection_IDataCollectionEx_GroupAsync__1_C1_DataCollection_IDataCollection___0__System_Linq_Expressions_Expression_System_Func___0_System_Object___">IDataCollectionEx.GroupAsync&lt;T&gt;(IDataCollection&lt;T&gt;, Expression&lt;Func&lt;T, object&gt;&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.GroupAsync.html#C1_DataCollection_IDataCollectionEx_GroupAsync__1_C1_DataCollection_IDataCollection___0__System_String___">IDataCollectionEx.GroupAsync&lt;T&gt;(IDataCollection&lt;T&gt;, params string[])</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.IndexOf.html#C1_DataCollection_IDataCollectionEx_IndexOf__1_C1_DataCollection_IDataCollection___0____0_">IDataCollectionEx.IndexOf&lt;T&gt;(IDataCollection&lt;T&gt;, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.InsertAsync.html#C1_DataCollection_IDataCollectionEx_InsertAsync__1_C1_DataCollection_IDataCollection___0__System_Int32___0_">IDataCollectionEx.InsertAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.InsertAsync.html#C1_DataCollection_IDataCollectionEx_InsertAsync__1_C1_DataCollection_IDataCollection___0__System_Int32___0_System_Threading_CancellationToken_">IDataCollectionEx.InsertAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, T, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.InsertRangeAsync.html#C1_DataCollection_IDataCollectionEx_InsertRangeAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">IDataCollectionEx.InsertRangeAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.IsPaginated.html#C1_DataCollection_IDataCollectionEx_IsPaginated__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.IsPaginated&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.IsVirtualizing.html#C1_DataCollection_IDataCollectionEx_IsVirtualizing__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.IsVirtualizing&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.LoadAsync.html#C1_DataCollection_IDataCollectionEx_LoadAsync__1_C1_DataCollection_IDataCollection___0__System_Nullable_System_Int32__System_Nullable_System_Int32__System_Threading_CancellationToken_">IDataCollectionEx.LoadAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int?, int?, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.LoadMoreItemsAsync.html#C1_DataCollection_IDataCollectionEx_LoadMoreItemsAsync__1_C1_DataCollection_IDataCollection___0__System_Nullable_System_Int32__System_Threading_CancellationToken_">IDataCollectionEx.LoadMoreItemsAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int?, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.MoveAsync.html#C1_DataCollection_IDataCollectionEx_MoveAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_">IDataCollectionEx.MoveAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.MoveAsync.html#C1_DataCollection_IDataCollectionEx_MoveAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_System_Threading_CancellationToken_">IDataCollectionEx.MoveAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, int, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.MoveRangeAsync.html#C1_DataCollection_IDataCollectionEx_MoveRangeAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_System_Int32_System_Threading_CancellationToken_">IDataCollectionEx.MoveRangeAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, int, int, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.MoveToPageAsync.html#C1_DataCollection_IDataCollectionEx_MoveToPageAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Threading_CancellationToken_">IDataCollectionEx.MoveToPageAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.NeedsLoadAsync.html#C1_DataCollection_IDataCollectionEx_NeedsLoadAsync__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.NeedsLoadAsync&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.RefreshAsync.html#C1_DataCollection_IDataCollectionEx_RefreshAsync__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.RefreshAsync&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.RemoveAsync.html#C1_DataCollection_IDataCollectionEx_RemoveAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_">IDataCollectionEx.RemoveAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.RemoveAsync.html#C1_DataCollection_IDataCollectionEx_RemoveAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Threading_CancellationToken_">IDataCollectionEx.RemoveAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.RemoveFilterAsync.html#C1_DataCollection_IDataCollectionEx_RemoveFilterAsync__1_C1_DataCollection_IDataCollection___0__">IDataCollectionEx.RemoveFilterAsync&lt;T&gt;(IDataCollection&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.RemoveRangeAsync.html#C1_DataCollection_IDataCollectionEx_RemoveRangeAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Int32_System_Threading_CancellationToken_">IDataCollectionEx.RemoveRangeAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, int, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ReplaceAsync.html#C1_DataCollection_IDataCollectionEx_ReplaceAsync__1_C1_DataCollection_IDataCollection___0__System_Int32___0_">IDataCollectionEx.ReplaceAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ReplaceAsync.html#C1_DataCollection_IDataCollectionEx_ReplaceAsync__1_C1_DataCollection_IDataCollection___0__System_Int32___0_System_Threading_CancellationToken_">IDataCollectionEx.ReplaceAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, T, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ReplaceRangeAsync.html#C1_DataCollection_IDataCollectionEx_ReplaceRangeAsync__1_C1_DataCollection_IDataCollection___0__System_Int32_System_Collections_Generic_IEnumerable___0__System_Threading_CancellationToken_">IDataCollectionEx.ReplaceRangeAsync&lt;T&gt;(IDataCollection&lt;T&gt;, int, IEnumerable&lt;T&gt;, CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.SetPageSize.html#C1_DataCollection_IDataCollectionEx_SetPageSize__1_C1_DataCollection_IDataCollection___0__System_Int32_">IDataCollectionEx.SetPageSize&lt;T&gt;(IDataCollection&lt;T&gt;, int)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.SortAsync.html#C1_DataCollection_IDataCollectionEx_SortAsync__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_SortDescription___">IDataCollectionEx.SortAsync&lt;T&gt;(IDataCollection&lt;T&gt;, params SortDescription[])</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.SortAsync.html#C1_DataCollection_IDataCollectionEx_SortAsync__1_C1_DataCollection_IDataCollection___0__C1_DataCollection_SortDescription___System_Threading_CancellationToken_">IDataCollectionEx.SortAsync&lt;T&gt;(IDataCollection&lt;T&gt;, SortDescription[], CancellationToken)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.SortAsync.html#C1_DataCollection_IDataCollectionEx_SortAsync__1_C1_DataCollection_IDataCollection___0__System_Linq_Expressions_Expression_System_Func___0_System_Object___C1_DataCollection_SortDirection_">IDataCollectionEx.SortAsync&lt;T&gt;(IDataCollection&lt;T&gt;, Expression&lt;Func&lt;T, object&gt;&gt;, SortDirection)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.SortAsync.html#C1_DataCollection_IDataCollectionEx_SortAsync__1_C1_DataCollection_IDataCollection___0__System_String_C1_DataCollection_SortDirection_">IDataCollectionEx.SortAsync&lt;T&gt;(IDataCollection&lt;T&gt;, string, SortDirection)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AsDataCollection.html#C1_DataCollection_IDataCollectionEx_AsDataCollection__1_System_Collections_Generic_IEnumerable___0__">IDataCollectionEx.AsDataCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ToDataCollection.html#C1_DataCollection_IDataCollectionEx_ToDataCollection__1_System_Collections_Generic_IEnumerable___0__">IDataCollectionEx.ToDataCollection&lt;T&gt;(IEnumerable&lt;T&gt;)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IReadOnlyListEx.IndexOf.html#C1_DataCollection_IReadOnlyListEx_IndexOf__1_System_Collections_Generic_IReadOnlyList___0____0_">IReadOnlyListEx.IndexOf&lt;T&gt;(IReadOnlyList&lt;T&gt;, T)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.AsDataCollection.html#C1_DataCollection_IDataCollectionEx_AsDataCollection__1_System_Collections_IEnumerable_">IDataCollectionEx.AsDataCollection&lt;T&gt;(IEnumerable)</a>
  </div>
  <div>
      <a class="xref" href="C1.DataCollection.IDataCollectionEx.ToDataCollection.html#C1_DataCollection_IDataCollectionEx_ToDataCollection__1_System_Collections_IEnumerable_">IDataCollectionEx.ToDataCollection&lt;T&gt;(IEnumerable)</a>
  </div>

</div>
