AppointmentDependencyStorage Properties
A storage which holds a collection of appointment dependencies.Name | Description |
---|---|
AutoReload | Gets or sets whether persistent object data is automatically fetched from the data source when it is modified. Inherited from PersistentObjectStorage<T>. |
Count | Gets the number of elements contained in a collection. Inherited from PersistentObjectStorage<T>. |
CustomFieldMappings | Provides access to the collection of objects specifying how the custom properties of an appointment dependency map to the corresponding data fields. |
DataMember | Gets or sets the data source member which supplies data to the storage object. Inherited from PersistentObjectStorage<T>. |
DataSource | Gets or sets the object used as the data source to store persistent objects (appointments, resources or appointment dependencies). Inherited from PersistentObjectStorage<T>. |
Filter | Gets or sets a criteria string used to filter storage objects. Inherited from PersistentObjectStorage<T>. |
FilterCriteria | Gets or sets the criteria to filter persistent objects in the storage. Inherited from PersistentObjectStorage<T>. |
IsDisposed | Gets a value indicating whether a storage has been disposed of. Inherited from PersistentObjectStorage<T>. |
IsLoading | Gets whether the storage is being initialized. Inherited from PersistentObjectStorage<T>. |
IsUpdateLocked | Gets whether the storage has been locked for updating. Inherited from PersistentObjectStorage<T>. |
Mappings | Gets 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. |
ShouldUpdateAfterInsert | Gets or sets whether the appointment storage should perform the UPDATE query after INSERT. Inherited from PersistentObjectStorage<T>. |
Storage | Provides access to the Scheduler storage containing the current persistent object storage. Inherited from PersistentObjectStorage<T>. |
UnboundDataKeeper | Creates and holds an internal data table for the unbound mode. For internal use. Inherited from PersistentObjectStorage<T>. |
UnboundMode | Gets a value indicating if the storage is bound to data. Inherited from PersistentObjectStorage<T>. |
See Also