MVCxAppointmentStorage Members
In This Article
#Constructors
Name | Description |
---|---|
MVCx |
Initializes a new instance of the MVCx |
#Properties
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.
Inherited from ASPx |
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. |
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.
Inherited from ASPx |
Mappings |
Provides access to the object containing a set of appointment’s properties mappings.
Inherited from ASPx |
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.
Inherited from ASPx |
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 |
For internal use. |
#Methods
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 |
Assign |
Copies the settings of the specified object to the current one. |
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 |
Overrides the method of the base class to hide it. |
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 |
#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 |
Load |
Fires when a problem occurs in appointment loading to the storage from an external data source.
Inherited from Appointment |
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 |
UIChanged |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Appointment |
See Also