Back to Devexpress

ISchedulerStorage Members

windowsforms-devexpress-dot-xtrascheduler-dot-ischedulerstorage-dot-underscore-members.md

latest28.5 KB
Original Source

ISchedulerStorage Members

A storage containing persistent objects - appointments, resources and appointment dependencies.

Properties

NameDescription
AppointmentDependenciesGets a storage object which manages dependencies between appointments. Inherited from ISchedulerStorageBase.
AppointmentsGets a storage object that contains appointments.
DateTimeSavingModeGets or sets in what time zone to store the appointment dates. Inherited from ISchedulerStorageBase.
EnableRemindersGets or sets whether appointments can have associated reminders. Inherited from ISchedulerStorageBase.
EnableSmartFetchGets or sets whether restrictive internal criteria for raising the SchedulerStorageBase.FetchAppointments event are applied to reduce the number of data requests. Inherited from ISchedulerStorageBase.
EnableTimeZonesGets or sets whether the scheduler saves the appointment time zone information. Inherited from ISchedulerStorageBase.
FetchOnVisibleResourcesChangedGets or sets whether to raise the FetchAppointments event when the EnableSmartFetch property is switched on and visible resources are changed. Inherited from ISchedulerStorageBase.
ReminderDstBehaviorTypeGets 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.
RemindersCheckIntervalGets or sets the time interval a reminder’s alert time should be checked (in milliseconds). Inherited from ISchedulerStorageBase.
RemindersEnabledGets whether the reminders are enabled. Inherited from ISchedulerStorageBase.
ResourcesReturns the resource storage owned by this storage.
ResourceSharingGets or sets a value indicating whether an appointment can be associated with multiple resources. Inherited from ISchedulerStorageBase.
SupportsRecurrenceGets whether the scheduler storage can have recurrence information. Inherited from ISchedulerStorageBase.
SupportsRemindersGets whether the scheduler storage can have reminder data. Inherited from ISchedulerStorageBase.
TimeZoneIdGets or sets the time zone in which the storage operates. Inherited from ISchedulerStorageBase.
UnboundModeGets a value indicating if the scheduler storage is bound to data. Inherited from ISchedulerStorageBase.

Methods

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

Events

NameDescription
AppointmentChangingFires before an appointment’s property changes. Inherited from ISchedulerStorageBase.
AppointmentCollectionAutoReloadingOccurs when the data source which contains appointment records is modified and appointments are set to be automatically reloaded. Inherited from ISchedulerStorageBase.
AppointmentCollectionClearedFires after the appointment collection has been cleared. Inherited from ISchedulerStorageBase.
AppointmentCollectionLoadedFires after appointments have been loaded into the storage. Inherited from ISchedulerStorageBase.
AppointmentDeletingAllows you to cancel an appointment deletion. Inherited from ISchedulerStorageBase.
AppointmentDependenciesChangedFires when the properties of the appointment dependency have been changed. Inherited from ISchedulerStorageBase.
AppointmentDependenciesDeletedFires after deletion of one or several appointment dependencies. Inherited from ISchedulerStorageBase.
AppointmentDependenciesInsertedFires after one or several appointment dependencies have been added to the storage. Inherited from ISchedulerStorageBase.
AppointmentDependencyChangingFires when the appointment dependency type is changing. Inherited from ISchedulerStorageBase.
AppointmentDependencyCollectionAutoReloadingOccurs when the data source which contains appointment dependency records is modified and dependencies are set to be automatically reloaded. Inherited from ISchedulerStorageBase.
AppointmentDependencyCollectionClearedFires after the appointment dependency collection has been cleared. Inherited from ISchedulerStorageBase.
AppointmentDependencyCollectionLoadedFires after appointment dependencies have been loaded into the storage. Inherited from ISchedulerStorageBase.
AppointmentDependencyDeletingAllows you to cancel the deletion of an appointment dependency. Inherited from ISchedulerStorageBase.
AppointmentDependencyInsertingAllows you to cancel the insertion of an appointment dependency to the storage. Inherited from ISchedulerStorageBase.
AppointmentInsertingAllows you to cancel the insertion of an appointment. Inherited from ISchedulerStorageBase.
AppointmentsChangedFires when the appointments’ properties have been changed. Inherited from ISchedulerStorageBase.
AppointmentsDeletedFires after deletion of one or several appointments. Inherited from ISchedulerStorageBase.
AppointmentsInsertedFires after one or several appointments have been added to the collection. Inherited from ISchedulerStorageBase.
FetchAppointmentsOccurs before the ISchedulerStorageBase starts retrieving the appointments for the specified time interval. Inherited from ISchedulerStorageBase.
FilterAppointmentHides specific appointments in the Scheduler control. Inherited from ISchedulerStorageBase.
FilterDependencyHides specific appointment dependencies in the Gantt view. Inherited from ISchedulerStorageBase.
FilterReminderAlertEnables you to fire alerts only for specific reminders. Inherited from ISchedulerStorageBase.
FilterResourceHides specific resources in the Scheduler control. Inherited from ISchedulerStorageBase.
PrepareAppointmentFilterColumnFires when a column, representing an appointment’s field, is added to the collection of filter columns contained within the FilterControl.
PrepareResourceFilterColumnFires when a column, representing a resource’s field, is added to the collection of filter columns contained within the FilterControl.
ReminderAlertOccurs when a reminder alert is invoked. Inherited from ISchedulerStorageBase.
ResourceChangingFires when a resource’s property is about to be changed. Inherited from ISchedulerStorageBase.
ResourceCollectionAutoReloadingOccurs when the data source which contains resources is modified and the automatic reloading of resources is enabled. Inherited from ISchedulerStorageBase.
ResourceCollectionClearedFires after the resource collection has been cleared. Inherited from ISchedulerStorageBase.
ResourceCollectionLoadedFires after resources have been loaded into the storage. Inherited from ISchedulerStorageBase.
ResourceDeletingAllows you to cancel a resource deletion operation. Inherited from ISchedulerStorageBase.
ResourceInsertingAllows you to cancel the addition of a resource. Inherited from ISchedulerStorageBase.
ResourcesChangedOccurs after modifying resource(s) in the storage. Inherited from ISchedulerStorageBase.
ResourcesDeletedOccurs after a resource(s) is deleted. Inherited from ISchedulerStorageBase.
ResourcesInsertedOccurs when new resources are inserted into the scheduler storage. Inherited from ISchedulerStorageBase.

See Also

ISchedulerStorage Interface

DevExpress.XtraScheduler Namespace