예제 #1
0
 private static string GetFullyQualifiedPropertyName(string propertyName)
 {
     return(MaterialClasses.GetFullyQualifiedPropertyName(Name, propertyName));
 }
예제 #2
0
 public static string GetShortPropertyName(string fullyQualifiedPropertyName)
 {
     return(MaterialClasses.GetShortPropertyName(Name, fullyQualifiedPropertyName));
 }