C# Class DomainMappingConfiguration.Configurators.DataContainerToEntityPropertyMappingConfigurator

The data container to object configuration.
Inheritance: DefaultMapConfig
Datei anzeigen Open project: antonsamarsky/emitmapper-tools

Public Methods

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

Gets the mapping operations.

Private Methods

Method Description
ConvertFieldToDestinationProperty ( DataContainer container, Type destinationType, Type>.Tuple fieldDescription ) : object

Converts the field to destination property.

Method Details

GetMappingOperations() public method

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