Microsoft.Data.Entity.Design.DatabaseGeneration.OutputGenerators - пространство имен

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.

Классы

Класс Описание
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.

Интерфейсы

Интерфейс Описание
IGenerateActivityOutput Exposes methods that generate output for a given input.