Base:
property
InheritanceRoot
System.Data.Linq.Mapping.MetaType.InheritanceRoot
5 references to InheritanceRoot
System.Data.Linq (5)
Mapping\MappedMetaModel.cs (5)
765get { return !this.type.IsAbstract && (this == this.InheritanceRoot || this.HasInheritanceCode); } 802return this.InheritanceRoot.InheritanceDefault; 851if (this.InheritanceRoot.Discriminator.Type == typeof(string)) { 853foreach (MetaType mt in this.InheritanceRoot.InheritanceTypes) { 859foreach (MetaType mt in this.InheritanceRoot.InheritanceTypes) {