Esempio n. 1
0
 public static string Type(this AssociationEnd associationEnd, string prefix, string suffix)
 {
     return(associationEnd.Type(prefix, suffix, false));
 }
Esempio n. 2
0
 public static string Type(this AssociationEnd associationEnd, string suffix, bool readOnly)
 {
     return(associationEnd.Type("", suffix, readOnly));
 }
Esempio n. 3
0
 public static string Type(this AssociationEnd associationEnd)
 {
     return(associationEnd.Type("", "", false));
 }