MVCxResourceStorage Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
#Properties
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 |
#Methods
Name | Description |
---|---|
Add |
Appends the specified Resource object to the collection of resources in the storage.
Inherited from Resource |
Add |
Appends an array of resources to the storage’s collection.
Inherited from Resource |
Append |
Clears previous mappings and appends base mappings.
Inherited from Persistent |
Append |
Appends Persistent |
Append |
Adds mappings for persistent object properties with field names equal to property names.
Inherited from Persistent |
Append |
Adds mappings defined in the storage to the specified mapping collection.
Inherited from Persistent |
Assign |
Copies the settings of the specified object to the current one. |
Attach |
Sets the Scheduler storage which owns the current storage.
Inherited from Resource |
Begin |
Starts the scheduler storage initialization. Initialization occurs at runtime.
Inherited from Persistent |
Begin |
Obsolete. Locks the object until the End |
Cancel |
Obsolete. Unlocks the Persistent |
Clear() |
Removes all the items from the persistent object storage.
Inherited from Persistent |
Commit |
Commits changes to an existing object. Updates the object data record in the underlying data source. For internal use.
Inherited from Persistent |
Commit |
Commits a new object. Creates a new object data record and stores it in the underlying data source. For internal use.
Inherited from Persistent |
Contains |
Determines whether the storage contains the specified resource.
Inherited from Resource |
Create |
Creates the custom fields specific to this persistent object and adds them to the object’s custom fields collection.
Inherited from Persistent |
Create |
Creates a new resource with the specified ID and caption.
Inherited from Resource |
Create |
Creates a new resource with the specified ID.
Inherited from Resource |
Dispose() |
Disposes of the Persistent |
End |
Finalizes the storage initialization.
Inherited from Persistent |
End |
Obsolete. Unlocks the Persistent |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the names of data columns associated with this Persistent |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the data row object that contains information about the specified persistent object.
Inherited from Persistent |
Get |
Returns the value of the specified field in the data row that contains information about the specified persistent object.
Inherited from Persistent |
Get |
Gets a resource within the collection by its ID value.
Inherited from Resource |
Get |
Gets the Type of the current instance. Inherited from Object. |
Load |
Loads settings of resources from the specified stream to the resource storage.
Inherited from Resource |
Load |
Loads settings of resources from the specified XML file to the resource storage.
Inherited from Resource |
Load |
Loads persistent objects from the data source to the storage.
Inherited from Persistent |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Raise |
Raises the internal Reload event. This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Persistent |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the specified Resource object from the storage.
Inherited from Resource |
Rollback |
Restores an object to its previous state and cancels uncommitted changes that were made to the object.
Inherited from Persistent |
Save |
Saves resources from the resource storage to the specified stream.
Inherited from Resource |
Save |
Saves resources from the resource storage to an XML file.
Inherited from Resource |
Set |
Assigns the specified value to a field in the data row that contains information about the specified persistent object.
Inherited from Persistent |
Set |
Assigns the specified resource factory to the Resource |
To |
Returns a string that represents the current object. Inherited from Object. |
Validate |
Checks mappings for validity.
Inherited from Resource |
#Events
Name | Description |
---|---|
Auto |
Occurs when persistent object data is automatically fetched from the data source; allows cancelling data loading.
Inherited from Persistent |
Filter |
Occurs when the Persistent |
Mappings |
Occurs when the field name of any object mapping in the storage is changed.
Inherited from Persistent |
Object |
Occurs when a persistent object in the storage is changed.
Inherited from Persistent |
Object |
Occurs before a persistent object in the storage is changed and allows you to cancel changes.
Inherited from Persistent |
Object |
Occurs when a collection of persistent objects in the storage is cleared.
Inherited from Persistent |
Object |
Occurs when persistent objects are loaded from the data source into the storage.
Inherited from Persistent |
Object |
Occurs when a persistent object is deleted from the storage.
Inherited from Persistent |
Object |
Occurs before a persistent object is deleted from the storage and allows you to cancel deletion.
Inherited from Persistent |
Object |
Occurs when a persistent object is inserted into the storage.
Inherited from Persistent |
Object |
Occurs before a persistent object is inserted into the storage and allows you to cancel insertion.
Inherited from Persistent |
Resource |
Occurs when the Resource. |
Sorted |
Occurs when the sort order of columns in Resources Tree is changed.
Inherited from Resource |
See Also