C# Class Excella.Lean.Api.Mapping.ApiMappingFactory

Afficher le fichier Open project: excellalabs/ExcellaLean

Méthodes publiques

Méthode Description
DestructMappers ( ) : void
InitializeMappers ( ) : void

Used to setup AutoMapper

Private Methods

Méthode Description
CreateConfiguration ( ) : ConfigurationStore
CreateMapper ( IConfigurationProvider configuration ) : AutoMapper.MappingEngine

Method Details

DestructMappers() public static méthode

public static DestructMappers ( ) : void
Résultat void

InitializeMappers() public static méthode

Used to setup AutoMapper
Thrown the mapping configuration is invalid - check the logs
public static InitializeMappers ( ) : void
Résultat void