1 write to type
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
554
this.
type
= type;
9 references to type
System.Data.Linq (9)
Mapping\AttributedMetaModel.cs (9)
566
if (mm.IsPrimaryKey && this.inheritanceRoot != this && mm.Member.DeclaringType == this.
type
) {
567
throw(Error.PrimaryKeyInSubTypeNotSupported(this.
type
.Name, mm.Name));
602
FieldInfo[] fis = TypeSystem.GetAllFields(this.
type
, flags).ToArray();
620
PropertyInfo[] pis = TypeSystem.GetAllProperties(this.
type
, flags).ToArray();
676
get { return this.
type
; }
679
get { return this.
type
.Name; }
690
get { return !this.
type
.IsAbstract && (this == this.InheritanceRoot || this.HasInheritanceCode); }
747
if (inheritanceType == this.
type
)
760
if (mt.Type.BaseType == this.
type
)