Interface ITypeMappingConfiguration
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.