C# 클래스 QuizProjectMvc.Web.Infrastructure.Mapping.AutoMapperConfig

파일 보기 프로젝트 열기: kidroca/project-quiz-mvc

공개 메소드들

메소드 설명
Execute ( Assembly assembly ) : void

비공개 메소드들

메소드 설명
LoadCustomMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void
LoadReverseMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void
LoadStandardMappings ( IEnumerable types, IMapperConfiguration mapperConfiguration ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( Assembly assembly ) : void
assembly System.Reflection.Assembly
리턴 void