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