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