Exemplo n.º 1
0
 protected Func <object, object> GetPropertyGetter(Type type, string propertyName)
 {
     return(PropertyAssessorFactory.GetProperty(type, propertyName).GetValue);
 }
Exemplo n.º 2
0
 private PropertyAssessor ConvertToProperty(PropertyInfo propertyInfo)
 {
     return(PropertyAssessorFactory.GetProperty(propertyInfo));
 }