5 writes to Abstract
System.Data.Entity (5)
System\Data\Metadata\Converter.cs (2)
359
entityType.
Abstract
= element.IsAbstract;
417
complexType.
Abstract
= element.IsAbstract;
System\Data\Metadata\Edm\ComplexType.cs (1)
118
this.
Abstract
= clrType.IsAbstract;
System\Data\Metadata\Edm\EdmType.cs (1)
266
edmType.
Abstract
= isAbstract;
System\Data\Metadata\Edm\EntityType.cs (1)
255
this.
Abstract
= type.IsAbstract;
34 references to Abstract
System.Data.Entity (27)
System\Data\Common\CommandTrees\ExpressionBuilder\Internal\ArgumentValidation.cs (1)
1624
if (structType.
Abstract
)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (2)
982
if (metadataType.TypeUsage.EdmType.
Abstract
)
5103
if (isOnly && typeToFilterTo.EdmType.
Abstract
)
System\Data\Common\Utils\MetadataHelper.cs (3)
363
if (includeAbstractTypes || !type.
Abstract
)
394
if (includeAbstractTypes || !typeInWorkSpace.
Abstract
)
417
if (includeAbstractTypes || !specificType.
Abstract
)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
458
if (edmType.
Abstract
!= objectType.
Abstract
)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (3)
309
this.AddObjectContentToHashBuilder(entityType.
Abstract
);
352
this.AddObjectContentToHashBuilder(associationType.
Abstract
);
649
this.AddObjectContentToHashBuilder(complexType.
Abstract
);
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
167
if (type.
Abstract
)
System\Data\Mapping\StorageMappingItemLoader.cs (5)
907
if (unmappedType.
Abstract
)
987
if (entityType.
Abstract
)
1152
if (entityType.
Abstract
)
1669
returnEntityType.
Abstract
&&
2096
if (resultType.
Abstract
)
System\Data\Mapping\ViewGeneration\Structures\MemberPath.cs (2)
302
else if (!parentType.
Abstract
&& !MetadataHelper.DoesMemberExist(parentType, member))
325
if (!edge.
Abstract
&& !MetadataHelper.DoesMemberExist(edge, member))
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (1)
67
Debug.Assert(!type.
Abstract
, "Can not generate OfType/OfTypeOnly query view for and abstract type");
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
573
return (!(ospaceEntityType.
Abstract
||
System\Data\Objects\ObjectStateManager.cs (1)
348
Debug.Assert(!entityEdmType.
Abstract
, "non-abstract type in O space is mapped to abstract type in C space");
System\Data\Query\InternalTrees\ColumnMapFactory.cs (2)
40
Debug.Assert(!baseStructuralType.
Abstract
, "mapping loader must verify abstract types have explicit mapping");
61
if (!entityType.
Abstract
)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
1075
Debug.Assert(!type.EdmType.
Abstract
, "cannot create new instance of abstract type");
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
3028
IEnumerable<TypeInfo> types = typeInfo.GetTypeHierarchy().Where(t => !t.Type.EdmType.
Abstract
);
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1407
if (op.IsOfOnly && op.IsOfType.EdmType.
Abstract
)
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
363
if (entityType.
Abstract
)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
55
if (Item.
Abstract
)
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
1840
if (entityType.
Abstract
)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\StructuredTypeEmitter.cs (1)
46
if (Item.
Abstract
)
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceUtil.cs (3)
190
types.Count() > 1 || entityType.
Abstract
)
201
if (includeAbstractTypes || !type.
Abstract
)
449
if (includeAbstractTypes || !typeInWorkSpace.
Abstract
)