Base:
property
InheritanceRoot
System.Data.Linq.Mapping.MetaType.InheritanceRoot
5 references to InheritanceRoot
System.Data.Linq (5)
Mapping\AttributedMetaModel.cs (5)
690
get { return !this.type.IsAbstract && (this == this.
InheritanceRoot
|| this.HasInheritanceCode); }
738
get { return this.
InheritanceRoot
.InheritanceDefault; }
771
if (this.
InheritanceRoot
.Discriminator.Type == typeof(string)) {
773
foreach (MetaType mt in this.
InheritanceRoot
.InheritanceTypes) {
779
foreach (MetaType mt in this.
InheritanceRoot
.InheritanceTypes) {