PersistentObjectStorage<T>.AppendMappings(MappingCollection) Method
Adds mappings defined in the storage to the specified mapping collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Parameters
Name | Type | Description |
---|---|---|
target | MappingCollection | A MappingCollection object to which mappings are added. |
See Also