Back to Devexpress

IAppointmentStorageBase Properties

corelibraries-devexpress-dot-xtrascheduler-dot-iappointmentstoragebase-dot-underscore-properties.md

latest3.2 KB
Original Source

IAppointmentStorageBase Properties

A platform-independent base interface that defines a storage which holds appointments.

NameDescription
AutoReloadGets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from IPersistentObjectStorage<T>.
CustomFieldMappingsGets or sets the custom field mappings collection associated with this IAppointmentStorageBase object.
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.
MappingsProvides access to appointment mappings.
ResourceSharingGets or sets a value indicating whether an appointment can be associated with multiple resources.
StatusesProvides access to the storage containing appointment status objects.
StorageProvides access to the base storage component which holds persistent objects of any kind. Inherited from IPersistentObjectStorage<T>.

See Also

IAppointmentStorageBase Interface

IAppointmentStorageBase Members

DevExpress.XtraScheduler Namespace