MVCxResourceStorage Properties
A storage which holds appointment resources.
Name | Description |
---|---|
Auto |
Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.
Inherited from Persistent |
Color |
Gets or sets a type of format to store the color information.
Inherited from Resource |
Count |
Gets the number of elements contained in a collection.
Inherited from Persistent |
Custom |
Provides access to the collection of mappings of the resource’s custom properties.
Inherited from ASPx |
Filter |
Gets or sets a criteria string used to filter resources.
Inherited from Resource |
Filter |
Gets or sets the criteria to filter resources in the storage.
Inherited from Resource |
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 the individual items in the collection which can be accessed via the storage’s Resource |
Items |
Gets the collection of resources within the storage.
Inherited from Resource |
Mappings |
Provides access to the object containing a set of resource’s properties mappings.
Inherited from ASPx |
Resource |
Provides access to resource factory for the current storage.
Inherited from Resource |
Should |
Gets or sets whether the appointment storage should perform the UPDATE query after INSERT.
Inherited from Persistent |
Storage |
Provides access to the Scheduler storage containing the current persistent object storage.
Inherited from Persistent |
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