C# 클래스 DomainMappingConfiguration.Configurators.EntityToDataContainerPropertyMappingConfigurator

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

공개 메소드들

메소드 설명
EntityToDataContainerPropertyMappingConfigurator ( ) : System

Initializes a new instance of the EntityToDataContainerPropertyMappingConfigurator class.

GetMappingOperations ( Type from, Type to ) : IMappingOperation[]

Gets the mapping operations.

비공개 메소드들

메소드 설명
ConvertSourcePropertyToFields ( object sourceValue, Type sourceType, DataContainer container, Type>.List fieldsDescription ) : void

Converts the source property to fields.

메소드 상세

EntityToDataContainerPropertyMappingConfigurator() 공개 메소드

Initializes a new instance of the EntityToDataContainerPropertyMappingConfigurator class.
public EntityToDataContainerPropertyMappingConfigurator ( ) : System
리턴 System

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[]