Habanero.Smooth.ManyToOneAutoMapper.ManyToOneAutoMapper C# (CSharp) Method

ManyToOneAutoMapper() public method

Constructs the Reflective Mapper based on a PropertyInfo
public ManyToOneAutoMapper ( PropertyInfo propInfo ) : System
propInfo System.Reflection.PropertyInfo
return System
        public ManyToOneAutoMapper(PropertyInfo propInfo):this(propInfo.ToPropertyWrapper())
        {
        }

Same methods

ManyToOneAutoMapper::ManyToOneAutoMapper ( PropertyWrapper propWrapper ) : System