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