# C1.Schedule.CategoryStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_CategoryStorage" data-uid="C1.Schedule.CategoryStorage" class="text-break">CategoryStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.CategoryStorage.html">CategoryStorage</a> is the storage for <a class="xref" href="C1.Schedule.Category.html">Category</a> objects.
It allows binding to the data source and mapping data source fields
to the category properties.</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.marshalbyrefobject">MarshalByRefObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.component">Component</a></div>
    <div class="level3"><a class="xref" href="C1.Schedule.C1BindingSource.html">C1BindingSource</a></div>
    <div class="level4"><a class="xref" href="C1.Schedule.BaseStorage-2.html">BaseStorage</a>&lt;<a class="xref" href="C1.Schedule.Category.html">Category</a>, <a class="xref" href="C1.Schedule.BaseObjectMappingCollection-1.html">BaseObjectMappingCollection</a>&lt;<a class="xref" href="C1.Schedule.Category.html">Category</a>&gt;&gt;</div>
    <div class="level5"><span class="xref">CategoryStorage</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglistview">IBindingListView</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.ibindinglist">IBindingList</a></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.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.itypedlist">ITypedList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitializenotification">ISupportInitializeNotification</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isite">ISite</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.iserviceprovider">IServiceProvider</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_CategoryStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class CategoryStorage : BaseStorage&lt;Category, BaseObjectMappingCollection&lt;Category&gt;&gt;, IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize, ISite, IServiceProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class CategoryStorage
    Inherits BaseStorage(Of Category, BaseObjectMappingCollection(Of Category))
    Implements IComponent, IDisposable, IBindingListView, IBindingList, IList, ICollection, IEnumerable, ITypedList, ISupportInitializeNotification, ISupportInitialize, ISite, IServiceProvider</code></pre>
  </div>
  <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_Schedule_CategoryStorage_Categories" data-uid="C1.Schedule.CategoryStorage.Categories">
          <a class="xref" href="C1.Schedule.CategoryStorage.Categories.html#C1_Schedule_CategoryStorage_Categories">Categories</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.CategoryCollection.html">CategoryCollection</a> object that contains
category related information.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
