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