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

PersistentObjectStorage<T>.AppendDefaultMappings(MappingCollection) Method

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public virtual void AppendDefaultMappings(
    MappingCollection target
)

Parameters

Name Type Description
target MappingCollection

A MappingCollection object to which mappings are added.

See Also