1 type derived from Schema
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
20internal class PrimitiveSchema : Schema
1 instantiation of Schema
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
146schema = new Schema(schemaManager);
51 references to Schema
System.Data.Entity (51)
System\Data\Common\DbXmlEnabledProviderManifest.cs (1)
100Schema schema;
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
45public EntityContainer(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
104public Function(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
35public SchemaEntityType(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
28public ModelFunction(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
32internal UsingElement(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
33public Relationship(Schema parent, RelationshipKind kind)
System\Data\EntityModel\SchemaObjectModel\ScalarType.cs (1)
42internal ScalarType(Schema parentElement, string typeName, PrimitiveType primitiveType)
System\Data\EntityModel\SchemaObjectModel\SchemaComplexType.cs (1)
24internal SchemaComplexType(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (4)
35private Schema _schema = null; 121internal Schema Schema 371Schema schema = element as Schema;
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
49public SchemaEnumType(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (2)
25private Schema _definingSchema; 32public AliasResolver(Schema schema)
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (12)
71bool checkForSystemNamespace, out Schema schema) 73IList<Schema> schemaCollection = new List<Schema>(1); 99out IList<Schema> schemaCollection) 115out IList<Schema> schemaCollection) 119schemaCollection = new List<Schema>(); 145Schema schema; 175foreach (Schema schema in schemaCollection) 187foreach (Schema schema in schemaCollection) 274private static bool CheckIsSameVersion(Schema schemaToBeAdded, IEnumerable<Schema> schemaCollection, List<EdmSchemaError> errorCollection) 295public void AddSchema(Schema schema)
System\Data\EntityModel\SchemaObjectModel\SchemaType.cs (1)
65internal SchemaType(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
199protected StructuredType(Schema parentElement)
System\Data\EntityModel\SchemaObjectModel\TypeElement.cs (1)
28public TypeElement(Schema parent)
System\Data\EntityModel\SchemaObjectModel\Utils.cs (7)
98public static bool GetString(Schema schema, XmlReader reader, out string value) 128public static bool GetDottedName(Schema schema, XmlReader reader,out string name) 138internal static bool ValidateDottedName(Schema schema, XmlReader reader, string name) 168public static bool GetUndottedName(Schema schema,XmlReader reader,out string name) 229public static bool GetBool(Schema schema, XmlReader reader, out bool value) 258public static bool GetInt(Schema schema,XmlReader reader,out int value) 281public static bool GetByte(Schema schema,XmlReader reader,out byte value)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
3552XmlReaderSettings readerSettings = System.Data.EntityModel.SchemaObjectModel.Schema.CreateEdmStandardXmlReaderSettings();
System\Data\Metadata\Converter.cs (4)
99internal static IEnumerable<GlobalItem> ConvertSchema(Som.Schema somSchema, 108internal static IEnumerable<GlobalItem> ConvertSchema(IList<Som.Schema> somSchemas, 115foreach (Som.Schema somSchema in somSchemas) 123private static void ConvertSchema(Som.Schema somSchema, DbProviderManifest providerManifest,
System\Data\Metadata\EdmItemCollection.cs (4)
66internal EdmItemCollection(IList<Schema> schemas) 276IList<Schema> schemaCollection = null; 301internal static List<EdmSchemaError> LoadItems(DbProviderManifest manifest, IList<Schema> somSchemas, 359internal static IEnumerable<GlobalItem> LoadSomSchema(IList<Schema> somSchemas,
System\Data\Metadata\MetadataArtifactLoaderFile.cs (1)
183XmlReaderSettings readerSettings = Schema.CreateEdmStandardXmlReaderSettings();
System\Data\Metadata\MetadataArtifactLoaderResource.cs (1)
158XmlReaderSettings readerSettings = Schema.CreateEdmStandardXmlReaderSettings();
System\Data\Metadata\StoreItemCollection.Loader.cs (2)
29IList<Schema> _schemas; 45public IList<Schema> Schemas