ISchedulerStorage Properties
A storage containing persistent objects - appointments, resources and appointment dependencies.Name | Description |
---|---|
AppointmentDependencies | Gets a storage object which manages dependencies between appointments. Inherited from ISchedulerStorageBase. |
Appointments | Gets a storage object that contains appointments. |
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 | Returns the resource storage owned by this storage. |
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