示例#1
0
 public PropertyMapping(PropertyInfo propertyInfo, MapperBaseAttribute mapperBaseAttribute)
 {
     this.PropertyInfo    = propertyInfo;
     this.MapperAttribute = mapperBaseAttribute;
 }
示例#2
0
 public PropertyMapping(PropertyInfo propertyInfo, MapperBaseAttribute baseMapperAttribute)
 {
     this.PropertyInfo = propertyInfo;
     this.MapperAttribute = baseMapperAttribute;
 }