PersistentObjectStorage<T> Properties
Represents a base class for the storage of persistent objects (appointments and resources).
Name | Description |
---|---|
Auto |
Gets or sets whether persistent object data is automatically fetched from the data source when it is modified. |
Count | Gets the number of elements contained in a collection. |
Custom |
Gets or sets mappings for custom fields. |
Data |
For internal use only. |
Data |
Gets or sets the data source member which supplies data to the storage object. |
Data |
Gets or sets the object used as the data source to store persistent objects (appointments, resources or appointment dependencies). |
Filter | Gets or sets a criteria string used to filter storage objects. |
Filter |
Gets or sets the criteria to filter persistent objects in the storage. |
Is |
Gets a value indicating whether a storage has been disposed of. |
Is |
Gets whether the storage is being initialized. |
Is |
Gets whether the storage has been locked for updating. |
Item[Int32] | Provides indexed access to individual items contained within the storage. |
Items | Gets the collection of persistent objects within the storage. |
Mappings | Provides access to object mappings. |
Should |
Gets or sets whether the appointment storage should perform the UPDATE query after INSERT. |
Storage | Provides access to the Scheduler storage containing the current persistent object storage. |
Unbound |
Creates and holds an internal data table for the unbound mode. For internal use. |
Unbound |
Gets a value indicating if the storage is bound to data. |
See Also