PersistentObjectStorage<T>.AppendMappings(MappingCollection) Method
In This Article
Adds mappings defined in the storage to the specified mapping collection.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
#Declaration
public virtual void AppendMappings(
MappingCollection target
)
#Parameters
Name | Type | Description |
---|---|---|
target | Mapping |
A Mapping |
See Also