C# 클래스 Affecto.Mapping.AutoMapper.Autofac.AutofacMapperConfigurationFactory

Factory class for creating AutoMapper configuration using profiles registered to Autofac container.
상속: MapperConfigurationFactory
파일 보기 프로젝트 열기: affecto/dotnet-Mapping 1 사용 예제들

공개 메소드들

메소드 설명
CreateMapperConfiguration ( IComponentContext componentContext ) : MapperConfiguration

Creates AutoMapper configuration using profiles registered to Autofac container.

메소드 상세

CreateMapperConfiguration() 공개 메소드

Creates AutoMapper configuration using profiles registered to Autofac container.
public CreateMapperConfiguration ( IComponentContext componentContext ) : MapperConfiguration
componentContext IComponentContext Autofac component context.
리턴 MapperConfiguration