Back to Devexpress

AppointmentDependencyStorage Properties

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

latest4.7 KB
Original Source

AppointmentDependencyStorage Properties

A storage which holds a collection of appointment dependencies.

NameDescription
AutoReloadGets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from PersistentObjectStorage<T>.
CountGets the number of elements contained in a collection. Inherited from PersistentObjectStorage<T>.
CustomFieldMappingsProvides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields.
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 sets a criteria string used to filter storage objects. Inherited from PersistentObjectStorage<T>.
FilterCriteriaGets or sets the criteria to filter persistent objects in the storage. Inherited from PersistentObjectStorage<T>.
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>.
MappingsGets an object that specifies bindings established between persistent properties of the appointment dependencies maintained by the current storage and appropriate fields in the data source.
ShouldUpdateAfterInsertGets or sets whether the appointment storage should perform the UPDATE query after INSERT. Inherited from PersistentObjectStorage<T>.
StorageProvides access to the Scheduler storage containing the current persistent object storage. Inherited from PersistentObjectStorage<T>.
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

AppointmentDependencyStorage Class

AppointmentDependencyStorage Members

DevExpress.XtraScheduler Namespace