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

Mostra file Open project: kidroca/project-quiz-mvc

Public Methods

Method Description
Execute ( Assembly assembly ) : void

Private Methods

Method Description
LoadCustomMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void
LoadReverseMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void
LoadStandardMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void

Method Details

Execute() public method

public Execute ( Assembly assembly ) : void
assembly System.Reflection.Assembly
return void