C# 클래스 DomainMappingConfiguration.Configurators.DataContainerToEntityPropertyMappingConfigurator

The data container to object configuration.
상속: DefaultMapConfig
파일 보기 프로젝트 열기: antonsamarsky/emitmapper-tools

공개 메소드들

메소드 설명
GetMappingOperations ( Type from, Type to ) : IMappingOperation[]

Gets the mapping operations.

비공개 메소드들

메소드 설명
ConvertFieldToDestinationProperty ( DataContainer container, Type destinationType, Type>.Tuple fieldDescription ) : object

Converts the field to destination property.

메소드 상세

GetMappingOperations() 공개 메소드

Gets the mapping operations.
public GetMappingOperations ( Type from, Type to ) : IMappingOperation[]
from System.Type The type from.
to System.Type To type to.
리턴 IMappingOperation[]