Exemplo n.º 1
0
 private static string GetFullyQualifiedPropertyName(string propertyName)
 {
     return(MaterialClasses.GetFullyQualifiedPropertyName(Name, propertyName));
 }
Exemplo n.º 2
0
 public static string GetShortPropertyName(string fullyQualifiedPropertyName)
 {
     return(MaterialClasses.GetShortPropertyName(Name, fullyQualifiedPropertyName));
 }