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.v19.1.Core.dll

Declaration

public virtual void AppendMappings(
    MappingCollection target
)

Parameters

Name Type Description
target MappingCollection

A MappingCollection object to which mappings are added.

See Also