IPersistentObjectStorage<T>.AppendBaseMappings(MappingCollection) Method
Clears existing base mappings and appends the specified mappings.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
target | MappingCollection | A MappingCollection object, containing base mappings. |
Remarks
Use this method to map base fields for appointments and resources. The mappings for appointments and resources are accessible with the AppointmentStorageBase.Mappings and ResourceStorage.Mappings properties respectively.
Note
To add mappings for custom fields, use the AppointmentCustomFieldMappingCollection.Add and ResourceCustomFieldMappingCollection.Add methods of appointment and resource collections, which are available via the AppointmentStorage.CustomFieldMappings and ResourceStorage.CustomFieldMappings properties respectively.