private static string GetFullyQualifiedPropertyName(string propertyName) { return(MaterialClasses.GetFullyQualifiedPropertyName(Name, propertyName)); }
public static string GetShortPropertyName(string fullyQualifiedPropertyName) { return(MaterialClasses.GetShortPropertyName(Name, fullyQualifiedPropertyName)); }