Back to Devexpress

AppointmentStorage Properties

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

latest7.2 KB
Original Source

AppointmentStorage Properties

Represents a storage which holds a collection of appointments.

NameDescription
AppointmentFactoryProvides access to an appointment factory for the current storage. Inherited from AppointmentStorageBase.
AutoReloadGets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from PersistentObjectStorage<T>.
AutoRetrieveIdGets or sets whether to automatically retrieve an appointment’s identity from a data source.
CommitIdToDataSourceGets or sets whether the appointment ID value should be passed to the data source.
CountGets the number of elements contained in a collection. Inherited from PersistentObjectStorage<T>.
CustomFieldMappingsProvides access to the collection of objects, representing mappings of the appointments’ custom properties to appropriate data fields.
DataManagerFor internal use only. Inherited from AppointmentStorageBase.
DataMemberGets or sets the data source member which supplies data to the storage object. Inherited from PersistentObjectStorage<T>.
DataSourceGets or sets the object used as the data source to store persistent objects (appointments, resources or appointment dependencies). Inherited from PersistentObjectStorage<T>.
FilterGets or set an expression used as a criteria to filter appointments in the storage.
FilterCriteriaGets or sets the criteria to filter appointments in the storage.
IsDisposedGets a value indicating whether a storage has been disposed of. Inherited from PersistentObjectStorage<T>.
IsLoadingGets whether the storage is being initialized. Inherited from PersistentObjectStorage<T>.
IsUpdateLockedGets whether the storage has been locked for updating. Inherited from PersistentObjectStorage<T>.
Item[Int32]Provides indexed access to individual items in the appointment collection which can be accessed using the AppointmentStorageBase.Items property. Inherited from AppointmentStorageBase.
ItemsGets the collection of appointments within the storage. Inherited from AppointmentStorageBase.
LabelsGets the collection of appointment labels contained in the storage.
MappingsGets an object that specifies how appointment properties map to the data source fields. Inherited from AppointmentStorageBase.
ResourceSharingGets or sets a value indicating whether an appointment could be shared between multiple resources. Inherited from AppointmentStorageBase.
ShouldUpdateAfterInsertGets or sets whether the appointment storage should perform the UPDATE query after INSERT. Inherited from PersistentObjectStorage<T>.
StatusesUse the SchedulerDataStorage.Statuses property instead. Gets the collection of appointment statuses contained in the storage.
StorageReturns the storage that owns this AppointmentStorage.
SupportsRecurrenceGets whether the data mapping for appointment recurrence information is specified. Inherited from AppointmentStorageBase.
SupportsRemindersGets whether the appointment reminder data mapping is specified. Inherited from AppointmentStorageBase.
UnboundDataKeeperCreates and holds an internal data table for the unbound mode. For internal use. Inherited from PersistentObjectStorage<T>.
UnboundModeGets a value indicating if the storage is bound to data. Inherited from PersistentObjectStorage<T>.

See Also

AppointmentStorage Class

AppointmentStorage Members

DevExpress.XtraScheduler Namespace