2 implementations of ISchemaElementLookUpTable
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\FilteredSchemaElementLookUpTable.cs (1)
19
internal sealed class FilteredSchemaElementLookUpTable<T,S> : IEnumerable<T>,
ISchemaElementLookUpTable
<T>
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTable.cs (1)
21
internal sealed class SchemaElementLookUpTable<T> : IEnumerable<T>,
ISchemaElementLookUpTable
<T>
10 references to ISchemaElementLookUpTable
System.Data.Entity (10)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (6)
29
private
ISchemaElementLookUpTable
<EntityContainerEntitySet> _entitySets;
30
private
ISchemaElementLookUpTable
<EntityContainerRelationshipSet> _relationshipSets;
31
private
ISchemaElementLookUpTable
<Function> _functionImports;
74
public
ISchemaElementLookUpTable
<EntityContainerEntitySet> EntitySets
89
public
ISchemaElementLookUpTable
<EntityContainerRelationshipSet> RelationshipSets
104
public
ISchemaElementLookUpTable
<Function> FunctionImports
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (2)
25
private
ISchemaElementLookUpTable
<NavigationProperty> _navigationProperties = null;
156
public
ISchemaElementLookUpTable
<NavigationProperty> NavigationProperties
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (2)
30
private
ISchemaElementLookUpTable
<StructuredProperty> _properties = null;
57
public
ISchemaElementLookUpTable
<StructuredProperty> Properties