1 write to inheritanceDefault
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
524
this.
inheritanceDefault
= type;
3 references to inheritanceDefault
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
442
if (this.
inheritanceDefault
== null && (this.inheritanceCode != null || this.inheritanceCodes != null && this.inheritanceCodes.Count > 0))
522
if (this.
inheritanceDefault
!= null)
559
get { return this.
inheritanceDefault
; }