Ejemplo n.º 1
0
 public static void Map <T, TProp>(this JsonSubclassMap <T> jsonMap, Expression <Func <T, TProp> > expr, string name)
 {
     jsonMap.Map((LambdaExpression)expr, name);
 }
Ejemplo n.º 2
0
 public static void Ignore <T, TProp>(this JsonSubclassMap <T> jsonMap, Expression <Func <T, TProp> > expr)
 {
     jsonMap.Ignore((LambdaExpression)expr);
 }