# C1.Schedule.StorageComponent

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_StorageComponent" data-uid="C1.Schedule.StorageComponent" class="text-break">StorageComponent Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.StorageComponent.html">StorageComponent</a> is the base component for data storage.</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"><span class="xref">StorageComponent</span></div>
      <div class="level4"><a class="xref" href="C1.Schedule.C1ScheduleStorage.html">C1ScheduleStorage</a></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.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_StorageComponent_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class StorageComponent : Component, IComponent, IDisposable, ISite, IServiceProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class StorageComponent
    Inherits Component
    Implements IComponent, IDisposable, ISite, IServiceProvider</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_Schedule_StorageComponent__ctor" data-uid="C1.Schedule.StorageComponent.#ctor">
          <a class="xref" href="C1.Schedule.StorageComponent.-ctor.html#C1_Schedule_StorageComponent__ctor">StorageComponent()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.Schedule.StorageComponent.html">StorageComponent</a> component.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Schedule_StorageComponent__ctor_System_ComponentModel_IContainer_" data-uid="C1.Schedule.StorageComponent.#ctor(System.ComponentModel.IContainer)">
          <a class="xref" href="C1.Schedule.StorageComponent.-ctor.html#C1_Schedule_StorageComponent__ctor_System_ComponentModel_IContainer_">StorageComponent(IContainer)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.Schedule.StorageComponent.html">StorageComponent</a> component.</p>
</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_Schedule_StorageComponent_DesignMode" data-uid="C1.Schedule.StorageComponent.DesignMode">
          <a class="xref" href="C1.Schedule.StorageComponent.DesignMode.html#C1_Schedule_StorageComponent_DesignMode">DesignMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value specifying whether the component is in design mode.</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_Schedule_StorageComponent_Dispose_System_Boolean_" data-uid="C1.Schedule.StorageComponent.Dispose(System.Boolean)">
          <a class="xref" href="C1.Schedule.StorageComponent.Dispose.html#C1_Schedule_StorageComponent_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Clean up any resources being used.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
