C# Class QuizProjectMvc.Web.Infrastructure.Mapping.AutoMapperConfig

Afficher le fichier Open project: kidroca/project-quiz-mvc

Méthodes publiques

Méthode Description
Execute ( Assembly assembly ) : void

Private Methods

Méthode Description
LoadCustomMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void
LoadReverseMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void
LoadStandardMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void

Method Details

Execute() public méthode

public Execute ( Assembly assembly ) : void
assembly System.Reflection.Assembly
Résultat void