ASPxAppointmentStorage Methods
Represents a storage which holds a collection of appointments.
Name | Description |
---|---|
Add |
Appends the specified Appointment object to the collection which can be accessed via the storage’s Appointment |
Add |
Appends an array of appointments to the storage’s collection.
Inherited from Appointment |
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 |
Begin |
Starts the appointment storage initialization.
Inherited from Appointment |
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.
Inherited from Appointment |
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 appointment storage contains the specified appointment.
Inherited from Appointment |
Create |
Creates an appointment of the specified type with the specified start time, end time and a subject.
Inherited from Appointment |
Create |
Creates an appointment of the specified type with the specified start and end time.
Inherited from Appointment |
Create |
Creates an appointment of the specified type with the specified start time, duration and a subject.
Inherited from Appointment |
Create |
Creates an appointment of the specified type with the specified start time and duration.
Inherited from Appointment |
Create |
Creates an appointment of the specified type.
Inherited from Appointment |
Create |
Creates the custom fields specific to this persistent object and adds them to the object’s custom fields collection.
Inherited from Persistent |
Dispose() |
Disposes of the Persistent |
End |
Ends the appointment storage initialization.
Inherited from Appointment |
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 appointment by its identifier.
Inherited from Appointment |
Get |
Gets all appointments including occurrences and exceptions which are located in the specified time interval.
Inherited from Appointment |
Get |
Gets all appointments including occurrences and exceptions which are located in the specified time interval.
Inherited from Appointment |
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 the Type of the current instance. Inherited from Object. |
Is |
Determines whether the appointment is new, so that it is not an occurrence, and the current Appointment |
Load |
Loads settings of appointments from the specified stream to the appointment storage.
Inherited from Appointment |
Load |
Loads settings of appointments from the specified XML file to the appointment storage.
Inherited from Appointment |
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 |
Calls the handler for the Appointment |
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 Appointment object from the collection.
Inherited from Appointment |
Rollback |
Restores an object to its previous state and cancels uncommitted changes that were made to the object.
Inherited from Persistent |
Save |
Saves appointments from the storage to the specified stream.
Inherited from Appointment |
Save |
Saves appointments from the storage to an XML file.
Inherited from Appointment |
Set |
Assigns the specified appointment factory to the Appointment |
Set |
Assigns the specified value to a field in the data row that contains information about the specified persistent object.
Inherited from Persistent |
To |
Returns a string that represents the current object. Inherited from Object. |
Validate |
Checks mappings for validity.
Inherited from Persistent |
See Also