Base:
property
InheritanceBase
System.Data.Linq.Mapping.MetaType.InheritanceBase
4 references to InheritanceBase
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
588this.hasAnyLoadMethod = (this.onLoadedMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyLoadMethod); 589this.hasAnyValidateMethod = (this.onValidateMethod != null) || (this.InheritanceBase != null && this.InheritanceBase.HasAnyValidateMethod);