Back to Devexpress

ResourceStorage Properties

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

latest5.7 KB
Original Source

ResourceStorage Properties

Represents a storage which holds appointment resources.

NameDescription
AutoReloadGets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from PersistentObjectStorage<T>.
ColorSavingGets or sets a type of format to store the color information. Inherited from ResourceStorageBase.
CountGets the number of elements contained in a collection. Inherited from PersistentObjectStorage<T>.
CustomFieldMappingsProvides access to the collection of objects, representing mappings of the resources’ custom properties to appropriate data fields.
DataManagerFor internal use only. Inherited from ResourceStorageBase.
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 resources in the storage.
FilterCriteriaGets or sets the criteria to filter resources 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 the individual items in the collection which can be accessed via the storage’s ResourceStorageBase.Items property. Inherited from ResourceStorageBase.
ItemsGets the collection of resources within the storage. Inherited from ResourceStorageBase.
MappingsGets an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
ResourceFactoryProvides access to resource factory for the current storage. Inherited from ResourceStorageBase.
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

ResourceStorage Class

ResourceStorage Members

DevExpress.XtraScheduler Namespace