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