aspnetmvc-devexpress-dot-web-dot-mvc-221459ea.md
A storage which holds a collection of appointments.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxAppointmentStorage :
ASPxAppointmentStorage
Public Class MVCxAppointmentStorage
Inherits ASPxAppointmentStorage
The following members return MVCxAppointmentStorage objects:
The MVCxAppointmentStorage class represents a storage which holds appointments. The functionality of the MVCxAppointmentStorage class can be accessed via the MVCxSchedulerStorage.Appointments property.
Use the ASPxAppointmentStorage.Mappings property to specify which fields in the bound data source hold an appointment’s description, location, type, recurrence information, resource id, etc. The values of these fields will be synchronized with the corresponding properties of Appointment objects. The MVCxAppointmentStorage.CustomFieldMappings property enables you to create an extra set of appointment properties, bound to data fields.
Show 16 items
DevExpress.Utils.IBatchUpdateHandler
DevExpress.Data.IDataControllerData2
DevExpress.Data.IDataControllerData
DevExpress.XtraScheduler.Native.IInternalAppointmentStorage
DevExpress.XtraScheduler.Internal.IInternalPersistentObjectStorage<Appointment>
DevExpress.XtraScheduler.Data.IAppointmentLoaderProvider
DevExpress.XtraScheduler.Native.IAppointmentMappingsProvider
DevExpress.XtraScheduler.Native.ISupportsAppointmentTransaction
DevExpress.Web.ASPxScheduler.IASPxAppointmentStorage
IPersistentObjectStorage<Appointment>
DevExpress.Utils.IBatchUpdateable
DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize
IXtraSupportDeserializeCollectionItem
DevExpress.Web.ASPxScheduler.Internal.ISchedulerMappingFieldChecker
Object PersistentObjectStorage<Appointment> AppointmentStorageBase ASPxAppointmentStorage MVCxAppointmentStorage
See Also