# C1.GanttView.ResourceStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_GanttView_ResourceStorage" data-uid="C1.GanttView.ResourceStorage" class="text-break">ResourceStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.GanttView.ResourceStorage.html">ResourceStorage</a> is the storage
for <a class="xref" href="C1.Win.GanttView.Resource.html">Resource</a> objects. It allows binding to the data source
and mapping data source fields to the resource 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"><span class="xref">ResourceStorage</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.GanttView.html">C1.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_GanttView_ResourceStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ResourceStorage : BaseStorage&lt;Resource, ResourceMappingCollection&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ResourceStorage
    Inherits BaseStorage(Of Resource, ResourceMappingCollection)</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_GanttView_ResourceStorage__ctor_C1_Schedule_StorageComponent_C1_Win_GanttView_C1GanttView_" data-uid="C1.GanttView.ResourceStorage.#ctor(C1.Schedule.StorageComponent,C1.Win.GanttView.C1GanttView)">
          <a class="xref" href="C1.GanttView.ResourceStorage.-ctor.html#C1_GanttView_ResourceStorage__ctor_C1_Schedule_StorageComponent_C1_Win_GanttView_C1GanttView_">ResourceStorage(StorageComponent, C1GanttView)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the new instance of the <a class="xref" href="C1.GanttView.ResourceStorage.html">ResourceStorage</a> component.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
