ASPxAppointmentStorage Properties
Represents a storage which holds a collection of appointments.
Name | Description |
---|---|
Appointment |
Provides access to an appointment factory for the current storage.
Inherited from Appointment |
Auto |
Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.
Inherited from Persistent |
Auto |
Gets or sets whether the ID of a new appointment is retrieved from the data source. |
Commit |
Gets or sets whether the IPersistent |
Count |
Gets the number of elements contained in a collection.
Inherited from Persistent |
Custom |
Provides access to the collection of mappings of the appointment’s custom properties. |
Data |
For internal use only.
Inherited from Appointment |
Filter |
Gets or sets a criteria string used to filter appointments.
Inherited from Appointment |
Filter |
Gets or sets the criteria to filter appointments in the storage.
Inherited from Appointment |
Is |
Gets a value indicating whether a storage has been disposed of.
Inherited from Persistent |
Is |
Gets whether the storage is being initialized.
Inherited from Persistent |
Is |
Gets whether the storage has been locked for updating.
Inherited from Persistent |
Item[Int32] |
Provides indexed access to individual items in the appointment collection which can be accessed using the Appointment |
Items |
Gets the collection of appointments within the storage.
Inherited from Appointment |
Labels | Gets the collection of appointment labels. |
Mappings | Provides access to the object containing a set of appointment’s properties mappings. |
Resource |
Gets or sets a value indicating whether an appointment could be shared between multiple resources.
Inherited from Appointment |
Should |
Gets or sets whether the appointment storage should perform the UPDATE query after INSERT.
Inherited from Persistent |
Statuses | Gets the collection of appointment statuses. |
Storage |
Provides access to the Scheduler storage containing the current persistent object storage.
Inherited from Persistent |
Supports |
Gets whether the data mapping for appointment recurrence information is specified.
Inherited from Appointment |
Supports |
Gets whether the appointment reminder data mapping is specified.
Inherited from Appointment |
Unbound |
Creates and holds an internal data table for the unbound mode. For internal use.
Inherited from Persistent |
Unbound |
Gets a value indicating if the storage is bound to data.
Inherited from Persistent |
See Also