Example #1
0
 public static PropertyDescriptor GetPropertyDescriptor <T>(this T obiectul, Expression <Func <T, object> > proprietate)
 {
     return(SparkReflector.GetPropertyDescriptor <T>(proprietate));
 }
Example #2
0
 public static string GetPropertyName <T>(this T obiectul, Expression <Func <T, object> > proprietate)
 {
     return(SparkReflector.GetPropertyName <T>(proprietate));
 }