Back to Devexpress

IAppointmentStorage Properties

windowsforms-devexpress-dot-xtrascheduler-dot-iappointmentstorage-dot-underscore-properties.md

latest3.9 KB
Original Source

IAppointmentStorage Properties

Defines the base interface for different types of the Scheduler storage - the legacy appointment storage and a new asynchronous storage.

NameDescription
AutoReloadGets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from IPersistentObjectStorage<T>.
CommitIdToDataSourceGets or sets whether the appointment ID value should be passed to the data source.
CustomFieldMappingsGets or sets the custom field mappings collection associated with this IAppointmentStorageBase object. Inherited from IAppointmentStorageBase.
DataMemberGets or sets the data source member which supplies data to the storage object. Inherited from IPersistentObjectStorage<T>.
DataSourceGets or sets the object used as the data source to store persistent objects (appointments, resources., appointment dependencies). Inherited from IPersistentObjectStorage<T>.
FilterGets or sets a string used to filter storage objects. Inherited from IPersistentObjectStorage<T>.
FilterCriteriaGets or sets the criteria to filter persistent objects in the storage. Inherited from IPersistentObjectStorage<T>.
LabelsProvides access to the storage containing appointment label objects. Inherited from IAppointmentStorageBase.
MappingsProvides access to appointment mappings. Inherited from IAppointmentStorageBase.
ResourceSharingGets or sets a value indicating whether an appointment can be associated with multiple resources. Inherited from IAppointmentStorageBase.
StatusesProvides access to the storage containing appointment status objects. Inherited from IAppointmentStorageBase.
StorageReturns the storage that owns this IAppointmentStorage.

See Also

IAppointmentStorage Interface

IAppointmentStorage Members

DevExpress.XtraScheduler Namespace