C# Class DomainMappingConfiguration.Configurators.DataContainerToEntityPropertyMappingConfigurator

The data container to object configuration.
Inheritance: DefaultMapConfig
Afficher le fichier Open project: antonsamarsky/emitmapper-tools

Méthodes publiques

Méthode Description
GetMappingOperations ( Type from, Type to ) : IMappingOperation[]

Gets the mapping operations.

Private Methods

Méthode Description
ConvertFieldToDestinationProperty ( DataContainer container, Type destinationType, Type>.Tuple fieldDescription ) : object

Converts the field to destination property.

Method Details

GetMappingOperations() public méthode

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