PersistentObjectStorage<T>.AppendBaseMappings(MappingCollection) Method
Clears previous mappings and appends base mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public virtual void AppendBaseMappings(
MappingCollection target
)
#Parameters
Name | Type | Description |
---|---|---|
target | Mapping |
A Mapping |
#Remarks
Use this method to map base fields for appointments, resources and appointment dependencies. The mappings for appointments and resources are available via the AppointmentStorageBase.Mappings and ResourceStorage.Mappings properties respectively.
Note
To add mappings for custom fields, use the Appointment