Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators Namespace
Entity Framework 5.0
Classes in the Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators namespace are called by classes in the Microsoft.Data.Entity.Design.DatabaseGeneration.Activities namespace to generate storage model metadata and mapping information from conceptual model metadata.
| Class | Description | |
|---|---|---|
|
CsdlToMsl | Generates mapping specification language (MSL) based on the provided conceptual schema definition language (CSDL). |
|
CsdlToSsdl | Generates store schema definition language (SSDL) based on the provided conceptual schema definition language (CSDL). |
|
OutputGeneratorActivity | A base class for CsdlToSsdlAndMslActivity. |
| Interface | Description | |
|---|---|---|
|
IGenerateActivityOutput | Exposes methods that generate output for a given input. |