C# Class Bosphorus.Dao.Common.Mapper.Default.EnumerableMapper

Inheritance: IMapper
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
EnumerableMapper ( LazyService lazyMapper ) : System
IsApplicable ( Type sourceType, Type targetType ) : bool
Map ( Type sourceType, object source, Type targetType, object target ) : void

Private Methods

Méthode Description
GetElementType ( Type sourceType ) : Type

Method Details

EnumerableMapper() public méthode

public EnumerableMapper ( LazyService lazyMapper ) : System
lazyMapper LazyService
Résultat System

IsApplicable() public méthode

public IsApplicable ( Type sourceType, Type targetType ) : bool
sourceType System.Type
targetType System.Type
Résultat bool

Map() public méthode

public Map ( Type sourceType, object source, Type targetType, object target ) : void
sourceType System.Type
source object
targetType System.Type
target object
Résultat void