# C1.Schedule.ActionCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_ActionCollection" data-uid="C1.Schedule.ActionCollection" class="text-break">ActionCollection Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.ActionCollection.html">ActionCollection</a> is a collection of all <a class="xref" href="C1.Schedule.Action.html">Action</a> objects
that represents the reminders for all pending items.</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.Schedule.Action.html">Action</a>&gt;</div>
    <div class="level2"><a class="xref" href="C1.Schedule.C1ObservableCollection-1.html">C1ObservableCollection</a>&lt;<a class="xref" href="C1.Schedule.Action.html">Action</a>&gt;</div>
    <div class="level3"><span class="xref">ActionCollection</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.Schedule.Action.html">Action</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.Schedule.Action.html">Action</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.Schedule.Action.html">Action</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.Schedule.Action.html">Action</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.Schedule.Action.html">Action</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.idisposable">IDisposable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Schedule.html">C1.Schedule</a></h6>
  <h6><strong>Assembly</strong>: C1.ScheduleCore.dll</h6>
  <h5 id="C1_Schedule_ActionCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ActionCollection : C1ObservableCollection&lt;Action&gt;, IList&lt;Action&gt;, ICollection&lt;Action&gt;, IList, ICollection, IReadOnlyList&lt;Action&gt;, IReadOnlyCollection&lt;Action&gt;, IEnumerable&lt;Action&gt;, IEnumerable, INotifyCollectionChanged, IDisposable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ActionCollection
    Inherits C1ObservableCollection(Of Action)
    Implements IList(Of Action), ICollection(Of Action), IList, ICollection, IReadOnlyList(Of Action), IReadOnlyCollection(Of Action), IEnumerable(Of Action), IEnumerable, INotifyCollectionChanged, IDisposable</code></pre>
  </div>
  <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_Schedule_ActionCollection_ClearItems" data-uid="C1.Schedule.ActionCollection.ClearItems">
          <a class="xref" href="C1.Schedule.ActionCollection.ClearItems.html#C1_Schedule_ActionCollection_ClearItems">ClearItems()</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ActionCollection_Dispose" data-uid="C1.Schedule.ActionCollection.Dispose">
          <a class="xref" href="C1.Schedule.ActionCollection.Dispose.html#C1_Schedule_ActionCollection_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Releases all unmanaged resources.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ActionCollection_InsertItem_System_Int32_C1_Schedule_Action_" data-uid="C1.Schedule.ActionCollection.InsertItem(System.Int32,C1.Schedule.Action)">
          <a class="xref" href="C1.Schedule.ActionCollection.InsertItem.html#C1_Schedule_ActionCollection_InsertItem_System_Int32_C1_Schedule_Action_">InsertItem(int, Action)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ActionCollection_RemoveItem_System_Int32_" data-uid="C1.Schedule.ActionCollection.RemoveItem(System.Int32)">
          <a class="xref" href="C1.Schedule.ActionCollection.RemoveItem.html#C1_Schedule_ActionCollection_RemoveItem_System_Int32_">RemoveItem(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Overrides default behavior.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_ActionCollection_UpdateAll" data-uid="C1.Schedule.ActionCollection.UpdateAll">
          <a class="xref" href="C1.Schedule.ActionCollection.UpdateAll.html#C1_Schedule_ActionCollection_UpdateAll">UpdateAll()</a>
        </td>
        <td class="markdown level1 summary"><p>Updates all actions.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
