Skip to main content

AppointmentDataStorage Properties

A storage that holds a collection of appointments.
Name Description
AutoReload Gets or sets whether persistent object data is automatically fetched from the data source when it is modified.
CommitIdToDataSource
Count Returns the number of appointments stored in this AppointmentDataStorage.
CustomFieldMappings Provides access to the collection of objects, representing mappings of the appointments’ custom properties to appropriate data fields.
DataMember Gets or sets the data source member which supplies data to the storage object.
DataSource Gets or sets the object used as the data source to store appointments for this AppointmentDataStorage.
Filter Gets or set an expression used as a criteria to filter appointments in the storage.
FilterCriteria Gets or sets the criteria to filter appointments in the storage.
IsDisposed Returns whether or not this AppointmentDataStorage is disposed.
Item[Int32] Provides indexed access to individual items in the appointment collection which can be accessed using the AppointmentStorageBase.Items property.
Items Gets the collection of appointments within the storage.
Labels Provides access to labels associated with this appointment storage.
Mappings Gets an object that specifies how appointment properties map to the data source fields.
ResourceSharing Gets or sets a value indicating whether an appointment could be shared between multiple resources.
Statuses Provides access to statuses associated with this appointment storage.
Storage Returns the SchedulerDataStorage that owns this AppointmentDataStorage.
SupportsRecurrence Gets whether the data mapping for appointment recurrence information is specified.
SupportsReminders Gets whether the appointment reminder data mapping is specified.
See Also