The C1ScheduleStorage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Clears all unbound storages. Loads default sets if any for unbound storages.
|
|
Export(Stream, FileFormatEnum) |
Exports the scheduler's data to a stream in the specified format.
|
|
Export(String, FileFormatEnum) |
Exports the scheduler's data to a file in the specified format.
|
|
Export(Stream, IList<(Of <<'(Appointment>)>>), FileFormatEnum) |
Exports the appointments' data to a stream in the specified format.
|
|
Export(String, IList<(Of <<'(Appointment>)>>), FileFormatEnum) |
Exports the appointments' data to a file in the specified format.
|
|
Import(Stream, FileFormatEnum) |
Imports the scheduler's data from a stream whose data is in the specified format.
|
|
Import(String, FileFormatEnum) |
Imports data into the scheduler from a file of the specified format.
|