Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / C1ScheduleStorage Class
Members

In This Topic
    C1ScheduleStorage Class
    In This Topic
    The C1ScheduleStorage component handles all data operations for the scheduler control and contains specific data storages for appointments, resources, contacts, owners, labels and statuses, which are used for binding different collections to the data. The C1ScheduleStorage component also handles data importing and exporting to other scheduling formats such as binary, iCal, and XML.
    Object Model
    C1ScheduleStorage Class
    Syntax
    'Declaration
     
    
    Public Class C1ScheduleStorage 
       Inherits StorageComponent
    public class C1ScheduleStorage : StorageComponent 
    Inheritance Hierarchy

    System.Object
       C1.C1Schedule.StorageComponent
          C1.C1Schedule.C1ScheduleStorage

    See Also