C# Class AutoMapper.Configuration.Conventions.DefaultMember

Inheritance: IChildMemberConfiguration
Show file Open project: jbogard/AutoMapper

Public Methods

Method Description
MapDestinationPropertyToSource ( IProfileConfiguration options, TypeDetails sourceType, Type destType, Type destMemberType, string nameToSearch, LinkedList resolvers, IMemberConfiguration parent = null ) : bool

Method Details

MapDestinationPropertyToSource() public method

public MapDestinationPropertyToSource ( IProfileConfiguration options, TypeDetails sourceType, Type destType, Type destMemberType, string nameToSearch, LinkedList resolvers, IMemberConfiguration parent = null ) : bool
options IProfileConfiguration
sourceType TypeDetails
destType System.Type
destMemberType System.Type
nameToSearch string
resolvers LinkedList
parent IMemberConfiguration
return bool