C# Class AutoMapper.TypeMapFactory

Afficher le fichier Open project: jbogard/AutoMapper Class Usage Examples

Méthodes publiques

Méthode Description
CreateTypeMap ( Type sourceType, Type destinationType, IProfileConfiguration options, MemberList memberList ) : TypeMap

Private Methods

Méthode Description
MapDestinationCtorToSource ( TypeMap typeMap, ConstructorInfo destCtor, TypeDetails sourceTypeInfo, IProfileConfiguration options ) : bool
MapDestinationPropertyToSource ( IProfileConfiguration options, TypeDetails sourceTypeInfo, Type destType, Type destMemberType, string destMemberInfo, LinkedList members ) : bool

Method Details

CreateTypeMap() public méthode

public CreateTypeMap ( Type sourceType, Type destinationType, IProfileConfiguration options, MemberList memberList ) : TypeMap
sourceType System.Type
destinationType System.Type
options IProfileConfiguration
memberList MemberList
Résultat TypeMap