Skip to main content

PersistentObjectStorage<T>.AppendMappings(MappingCollection) Method

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

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.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