Skip to main content
A newer version of this page is available. .

PersistentObjectStorage<T>.AppendMappings(MappingCollection) Method

Adds mappings defined in the storage to the specified mapping collection.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.Core.Desktop.dll

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

public virtual void AppendMappings(
    MappingCollection target
)

Parameters

Name Type Description
target MappingCollection

A MappingCollection object to which mappings are added.

See Also