Table of Contents

Interface ITypeMappingConfiguration

Namespace
LfrlAnvil.Mapping
Assembly
LfrlAnvil.Mapping.dll

Represents a configuration of possibly multiple type mapping definitions.

public interface ITypeMappingConfiguration

Methods

GetMappingStores()

Returns all type mapping definitions created by this configuration.

[Pure]
IEnumerable<KeyValuePair<TypeMappingKey, TypeMappingStore>> GetMappingStores()

Returns

IEnumerable<KeyValuePair<TypeMappingKey, TypeMappingStore>>

All type mapping definitions created by this configuration.