Skip to main content
A newer version of this page is available. .

ISchedulerStorageBase Members

A base platform-independent interface that defines a storage which holds the Scheduler data.

Properties

Name Description
AppointmentDependencies Gets a storage object which manages dependencies between appointments.
Appointments Gets a storage object that contains appointments.
DateTimeSavingMode Gets or sets in what time zone to store the appointment dates.
EnableReminders Gets or sets whether appointments can have associated reminders.
EnableSmartFetch Gets or sets whether restrictive internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests.
EnableTimeZones Gets or sets whether the scheduler saves the appointment time zone information.
FetchOnVisibleResourcesChanged Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed.
ReminderDstBehaviorType Gets or sets the reminder’s behavior if the reminder alert falls within the interval that actually doesn’t exist because of the Daylight Saving Time shift.
RemindersCheckInterval Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds).
RemindersEnabled Gets whether the reminders are enabled.
Resources Gets the object which manages resources for appointments.
ResourceSharing Gets or sets a value indicating whether an appointment can be associated with multiple resources.
SupportsRecurrence Gets whether the scheduler storage can have recurrence information.
SupportsReminders Gets whether the scheduler storage can have reminder data.
TimeZoneId Gets or sets the time zone in which the storage operates.
UnboundMode Gets a value indicating if the scheduler storage is bound to data.

Methods

Name Description
CreateAppointment(AppointmentType, DateTime, DateTime, String) Creates an appointment of the specified type with the specified start time, end time and a subject.
CreateAppointment(AppointmentType, DateTime, DateTime) Creates an appointment of the specified type with the specified start and end time.
CreateAppointment(AppointmentType, DateTime, TimeSpan, String) Creates an appointment of the specified type with the specified start time, duration and a subject.
CreateAppointment(AppointmentType, DateTime, TimeSpan) Creates an appointment of the specified type with the specified start time and duration.
CreateAppointment(AppointmentType) Creates an appointment of the specified type.
CreateAppointmentDependency(Object, Object, AppointmentDependencyType) Creates a dependency of the specified type between two appointments specified by their IDs.
CreateAppointmentDependency(Object, Object) Creates a dependency between two appointments specified by their Ids.
CreateOutlookExporter() Creates an object which provides the capability to control how data is exported to MS Outlook’s Calendar.
CreateOutlookExportSynchronizer() Creates an object which allows you to control how MS Outlook’s Calendar is synchronized with data in the storage.
CreateOutlookImporter() Creates an object which allows you to control how data is imported from MS Outlook’s Calendar.
CreateOutlookImportSynchronizer() Creates an object which allows you to control how data in the storage is synchronized with data in MS Outlook’s Calendar.
CreateReminder(Appointment) Creates a reminder for the specified appointment.
CreateResource(Object, String) Creates a new resource with the specified ID and a caption.
CreateResource(Object) Creates a resource for appointments.
Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
ExportToICalendar(Stream) Exports appointments in the scheduler to a stream in the iCalendar format.
ExportToICalendar(String) Saves all appointments to file in iCalendar format.
ExportToOutlook() Exports the data in the storage to the MS Outlook calendar.
ExportToVCalendar(Stream) Exports the data in the scheduler to a stream in the vCalendar format.
ExportToVCalendar(String) Exports the data in the scheduler to a file in the vCalendar format.
GetAppointments(TimeInterval) Retrieves the collection of appointments that fall within the specified time interval.
GetAppointments(TimeIntervalCollection) Retrieves the collection of appointments that fall within the specified time intervals.
GetAppointments(DateTime, DateTime) Retrieves the collection of appointments that fall within the specified time interval.
GetAppointmentsCore(TimeInterval, Object) This member supports the internal infrastructure and is not intended to be used directly from your code.
GetObjectRow(IPersistentObject) Returns the data row object which supplies data to the specified persistent object.
GetObjectValue(IPersistentObject, String) Gets the value of the specified field in the data row that supplies data for the persistent object.
GetResourceById(Object) Gets a resource contained in the storage by its ID value.
ImportFromICalendar(Stream) Imports appointments from the file in iCalendar format.
ImportFromICalendar(String) Imports appointments from the file in iCalendar format.
ImportFromOutlook() Imports data from MS Outlook’s Calendar to the scheduler’s storage.
ImportFromVCalendar(Stream) Imports the scheduler’s data from a stream whose data is in the vCalendar format.
ImportFromVCalendar(String) Imports data into the scheduler from a file in the vCalendar format.
RefreshData() Updates the Scheduler control to reflect any changes made in the persistent object data sources.
SetAppointmentDependencyFactory(IAppointmentDependencyFactory) Specifies the appointment dependency factory for use by the storage.
SetAppointmentFactory(IAppointmentFactory) Specifies the appointment factory for use by the storage.
SetObjectValue(IPersistentObject, String, Object) Assigns the specified value to a field in the data row that contains information about the specified persistent object.
SetResourceFactory(IResourceFactory) Specifies the resource factory for use by the storage.
SynchronizeOutlookWithStorage(String) Updates MS Outlook’s Calendar entries with appointments from the Scheduler storage.
SynchronizeStorageWithOutlook(String) Updates Scheduler appointments with MS Outlook’s Calendar entries.

Events

Name Description
AppointmentChanging Fires before an appointment’s property changes.
AppointmentCollectionAutoReloading Occurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded.
AppointmentCollectionCleared Fires after the appointment collection has been cleared.
AppointmentCollectionLoaded Fires after appointments have been loaded into the storage.
AppointmentDeleting Allows you to cancel an appointment deletion.
AppointmentDependenciesChanged Fires when the properties of the appointment dependency have been changed.
AppointmentDependenciesDeleted Fires after deletion of one or several appointment dependencies.
AppointmentDependenciesInserted Fires after one or several appointment dependencies have been added to the storage.
AppointmentDependencyChanging Fires when the appointment dependency type is changing.
AppointmentDependencyCollectionAutoReloading Occurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded.
AppointmentDependencyCollectionCleared Fires after the appointment dependency collection has been cleared.
AppointmentDependencyCollectionLoaded Fires after appointment dependencies have been loaded into the storage.
AppointmentDependencyDeleting Allows you to cancel the deletion of an appointment dependency.
AppointmentDependencyInserting Allows you to cancel the insertion of an appointment dependency to the storage.
AppointmentInserting Allows you to cancel the insertion of an appointment.
AppointmentsChanged Fires when the appointments’ properties have been changed.
AppointmentsDeleted Fires after deletion of one or several appointments.
AppointmentsInserted Fires after one or several appointments have been added to the collection.
FetchAppointments Occurs before the ISchedulerStorageBase starts retrieving the appointments for the specified time interval.
FilterAppointment Hides specific appointments in the Scheduler control.
FilterDependency Hides specific appointment dependencies in the Gantt view.
FilterReminderAlert Enables you to fire alerts only for specific reminders.
FilterResource Hides specific resources in the Scheduler control.
ReminderAlert Occurs when a reminder alert is invoked.
ResourceChanging Fires when a resource’s property is about to be changed.
ResourceCollectionAutoReloading Occurs when the data source which contains resources is modified and the automatic reloading of resources is enabled.
ResourceCollectionCleared Fires after the resource collection has been cleared.
ResourceCollectionLoaded Fires after resources have been loaded into the storage.
ResourceDeleting Allows canceling the deletion of a resource.
ResourceInserting Allows you to cancel the addition of a resource.
ResourcesChanged Occurs after modifying resource(s) in the storage.
ResourcesDeleted Occurs after a resource(s) is deleted.
ResourcesInserted Occurs when new resources are inserted into the scheduler storage.
See Also