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

파일 보기 프로젝트 열기: NikolayIT/ASP.NET-MVC-Template 1 사용 예제들

공개 메소드들

메소드 설명
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