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