C# Class DomainMappingConfiguration.Configurators.EntityToDataContainerPropertyMappingConfigurator

The item configuration.
Inheritance: DefaultMapConfig
Afficher le fichier Open project: antonsamarsky/emitmapper-tools

Méthodes publiques

Méthode Description
EntityToDataContainerPropertyMappingConfigurator ( ) : System

Initializes a new instance of the EntityToDataContainerPropertyMappingConfigurator class.

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

Gets the mapping operations.

Private Methods

Méthode Description
ConvertSourcePropertyToFields ( object sourceValue, Type sourceType, DataContainer container, Type>.List fieldsDescription ) : void

Converts the source property to fields.

Method Details

EntityToDataContainerPropertyMappingConfigurator() public méthode

Initializes a new instance of the EntityToDataContainerPropertyMappingConfigurator class.
public EntityToDataContainerPropertyMappingConfigurator ( ) : System
Résultat System

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