AppointmentStorageBase Properties
A base class that represents a storage to hold a collection of appointments.| Name | Description |
|---|---|
| AppointmentFactory | Provides access to an appointment factory for the current storage. |
| 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 | Gets or sets the custom field mappings collection associated with this AppointmentStorageBase. |
| DataManager | For internal use only. |
| 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 appointments. |
| FilterCriteria | Gets or sets the criteria to filter appointments in the storage. |
| 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>. |
| Item[Int32] | Provides indexed access to individual items in the appointment collection which can be accessed using the AppointmentStorageBase.Items property. |
| Items | Gets the collection of appointments within the storage. |
| Mappings | Gets an object that specifies how appointment properties map to the data source fields. |
| ResourceSharing | Gets or sets a value indicating whether an appointment could be shared between multiple resources. |
| 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>. |
| SupportsRecurrence | Gets whether the data mapping for appointment recurrence information is specified. |
| SupportsReminders | Gets whether the appointment reminder data mapping is specified. |
| 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