6 references to Type
System.Data.Linq (6)
Mapping\AttributedMetaModel.cs (6)
411
if (!type.IsAssignableFrom(attr.
Type
)) {
412
throw Error.InheritanceTypeDoesNotDeriveFromRoot(attr.
Type
, type);
414
if (attr.
Type
.IsAbstract) {
415
throw Error.AbstractClassAssignInheritanceDiscriminator(attr.
Type
);
417
AttributedMetaType mt = this.CreateInheritedType(type, attr.
Type
);
422
throw Error.InheritanceTypeHasMultipleDiscriminators(attr.
Type
);