C# Class Bosphorus.Dao.Common.Mapper.Core.CompositeMapper

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

Méthodes publiques

Méthode Description
CompositeMapper ( IList items ) : System
IsApplicable ( Type sourceType, Type targetType ) : bool
Map ( Type sourceType, object source, Type targetType, object target ) : void

Method Details

CompositeMapper() public méthode

public CompositeMapper ( IList items ) : System
items IList
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