public string SummarizeToString() { string Ret = ""; Ret += ParentEntity.GetName() + "." + Attribute.Name; return(Ret); }