# C1.Schedule.ContactStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_ContactStorage" data-uid="C1.Schedule.ContactStorage" class="text-break">ContactStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.ContactStorage.html">ContactStorage</a> is the storage for <a class="xref" href="C1.Schedule.Contact.html">Contact</a> objects.
It allows binding to the data source and mapping data source fields
to the contact 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.Contact.html">Contact</a>, <a class="xref" href="C1.Schedule.BaseObjectMappingCollection-1.html">BaseObjectMappingCollection</a>&lt;<a class="xref" href="C1.Schedule.Contact.html">Contact</a>&gt;&gt;</div>
    <div class="level5"><span class="xref">ContactStorage</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_ContactStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ContactStorage : BaseStorage&lt;Contact, BaseObjectMappingCollection&lt;Contact&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 ContactStorage
    Inherits BaseStorage(Of Contact, BaseObjectMappingCollection(Of Contact))
    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_ContactStorage_Contacts" data-uid="C1.Schedule.ContactStorage.Contacts">
          <a class="xref" href="C1.Schedule.ContactStorage.Contacts.html#C1_Schedule_ContactStorage_Contacts">Contacts</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.Schedule.ContactCollection.html">ContactCollection</a> object that contains
contact related information.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
