ASPxResourceStorage Methods
Represents a storage which holds appointment resources.
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 |
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 |
See Also