C# 클래스 Excella.Lean.Api.Mapping.ApiMappingFactory

파일 보기 프로젝트 열기: excellalabs/ExcellaLean

공개 메소드들

메소드 설명
DestructMappers ( ) : void
InitializeMappers ( ) : void

Used to setup AutoMapper

비공개 메소드들

메소드 설명
CreateConfiguration ( ) : ConfigurationStore
CreateMapper ( IConfigurationProvider configuration ) : AutoMapper.MappingEngine

메소드 상세

DestructMappers() 공개 정적인 메소드

public static DestructMappers ( ) : void
리턴 void

InitializeMappers() 공개 정적인 메소드

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