# C1.Schedule.AppointmentStorage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Schedule_AppointmentStorage" data-uid="C1.Schedule.AppointmentStorage" class="text-break">AppointmentStorage Class
</h1>
  <div class="markdown level0 summary"><p>The <a class="xref" href="C1.Schedule.AppointmentStorage.html">AppointmentStorage</a> is the storage
for <a class="xref" href="C1.Schedule.Appointment.html">Appointment</a> objects. It allows binding to the data source
and mapping data source fields to the appointment 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.Appointment.html">Appointment</a>, <a class="xref" href="C1.Schedule.AppointmentMappingCollection.html">AppointmentMappingCollection</a>&gt;</div>
    <div class="level5"><span class="xref">AppointmentStorage</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_AppointmentStorage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class AppointmentStorage : BaseStorage&lt;Appointment, AppointmentMappingCollection&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 AppointmentStorage
    Inherits BaseStorage(Of Appointment, AppointmentMappingCollection)
    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_AppointmentStorage_Appointments" data-uid="C1.Schedule.AppointmentStorage.Appointments">
          <a class="xref" href="C1.Schedule.AppointmentStorage.Appointments.html#C1_Schedule_AppointmentStorage_Appointments">Appointments</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="C1.Schedule.AppointmentCollection.html">AppointmentCollection</a> object that contains appointment related information.</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_AppointmentStorage_CommitItemChanges_C1_Schedule_Appointment_" data-uid="C1.Schedule.AppointmentStorage.CommitItemChanges(C1.Schedule.Appointment)">
          <a class="xref" href="C1.Schedule.AppointmentStorage.CommitItemChanges.html#C1_Schedule_AppointmentStorage_CommitItemChanges_C1_Schedule_Appointment_">CommitItemChanges(Appointment)</a>
        </td>
        <td class="markdown level1 summary"><p>Commits all changes in the data item.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
