klyn.data.xml.XMLConfiguration.mappedTypes
property
public readonly property mappedTypes as IList<Type>:
Description

Entity types contributed directly by this configuration.

Typed XML repositories contribute their entity mappings when the entity-manager factory is created, so this list is empty.

Returns

An empty immutable list.

Example
assert configuration.mappedTypes.size == 0