Ejemplo n.º 1
0
 public string GetDotNotationPreifx(object target, ExtendedChildInfo propertyInfo)
 {
     return string.Concat(target.GetType().Name.TrimEnd('[',']'),".",propertyInfo.Name);
 }
Ejemplo n.º 2
0
 public string GetDotNotationPreifx(object target, ExtendedChildInfo propertyInfo)
 {
     return propertyInfo.Name;
 }
 public string GetDotNotationPreifx(object target, ExtendedChildInfo propertyInfo)
 {
     return string.Concat("Object",".",propertyInfo.Name);
 }