Skip to main content

PersistentObjectStorage<T>.AppendDefaultMappings(MappingCollection) Method

In This Article

Adds mappings for persistent object properties with field names equal to property names.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public virtual void AppendDefaultMappings(
    MappingCollection target
)

#Parameters

Name Type Description
target MappingCollection

A MappingCollection object to which mappings are added.

See Also