ISchedulerStorage Properties
A base interface that defines a storage which holds persistent objects - appointments, resources etc.| Name | Description |
|---|---|
| AppointmentDependencies | Gets a storage object which manages dependencies between appointments. Inherited from ISchedulerStorageBase. |
| Appointments | Provides access to the appointment storage object. |
| DateTimeSavingMode | Gets or sets in what time zone to store the appointment dates. Inherited from ISchedulerStorageBase. |
| EnableReminders | Gets or sets whether appointments can have associated reminders. Inherited from ISchedulerStorageBase. |
| EnableSmartFetch | Gets or sets whether restrictive internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests. Inherited from ISchedulerStorageBase. |
| EnableTimeZones | Gets or sets whether the scheduler saves the appointment time zone information. Inherited from ISchedulerStorageBase. |
| FetchOnVisibleResourcesChanged | Gets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed. Inherited from ISchedulerStorageBase. |
| 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. Inherited from ISchedulerStorageBase. |
| RemindersCheckInterval | Gets or sets the time interval a reminder’s alert time should be checked (in milliseconds). Inherited from ISchedulerStorageBase. |
| RemindersEnabled | Gets whether the reminders are enabled. Inherited from ISchedulerStorageBase. |
| Resources | Gets the object which manages resources for appointments. Inherited from ISchedulerStorageBase. |
| ResourceSharing | Gets or sets a value indicating whether an appointment can be associated with multiple resources. Inherited from ISchedulerStorageBase. |
| SupportsRecurrence | Gets whether the scheduler storage can have recurrence information. Inherited from ISchedulerStorageBase. |
| SupportsReminders | Gets whether the scheduler storage can have reminder data. Inherited from ISchedulerStorageBase. |
| TimeZoneId | Gets or sets the time zone in which the storage operates. Inherited from ISchedulerStorageBase. |
| UnboundMode | Gets a value indicating if the scheduler storage is bound to data. Inherited from ISchedulerStorageBase. |
See Also