The C1ScheduleStorage type exposes the following members.

Methods

  Name Description
Public method Clear
Clears all unbound storages. Loads default sets if any for unbound storages.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Export(Stream, FileFormatEnum)
Exports the scheduler's data to a stream in the specified format.
Public method Export(Stream, IList<(Of <<'(Appointment>)>>), FileFormatEnum)
Exports the appointments' data to a stream in the specified format.
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Import
Imports the scheduler's data from a stream whose data is in the specified format.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Actions
Gets the ActionCollection object.
Public property AppointmentStorage
Gets the AppointmentStorage object.
Public property CategoryStorage
Gets the CategoryStorage object.
Public property ContactStorage
Gets the ContactStorage object.
Public property LabelStorage
Gets the LabelStorage object.
Public property OwnerStorage
Gets the ContactStorage object used to keep contacts which might be used as appointment owners.
Public property Reminders
Gets the ReminderCollection object.
Public property ResourceStorage
Gets the ResourceStorage object.
Public property Scheduler
Gets the reference to the parent C1Scheduler control.
Public property StatusStorage
Gets the StatusStorage object.

See Also