The C1ScheduleStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Clears all unbound storages. Loads default sets if any for unbound storages.
|
|
Equals | (Inherited from Object.) | |
Export(Stream, FileFormatEnum) |
Exports the scheduler's data to a stream in the specified format.
|
|
Export(Stream, IList<(Of <<'(Appointment>)>>), FileFormatEnum) |
Exports the appointments' data to a stream in the specified format.
|
|
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.) |
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
Import |
Imports the scheduler's data from a stream whose data is in the specified format.
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Actions |
Gets the ActionCollection object.
|
|
AppointmentStorage |
Gets the AppointmentStorage object.
|
|
CategoryStorage |
Gets the CategoryStorage object.
|
|
ContactStorage |
Gets the ContactStorage object.
|
|
LabelStorage |
Gets the LabelStorage object.
|
|
OwnerStorage |
Gets the ContactStorage object used to keep contacts which might be used as appointment owners.
|
|
Reminders |
Gets the ReminderCollection object.
|
|
ResourceStorage |
Gets the ResourceStorage object.
|
|
Scheduler |
Gets the reference to the parent C1Scheduler control.
|
|
StatusStorage |
Gets the StatusStorage object.
|