Compartir a través de


G (Domain-Specific Language Tools)

This glossary defines key terms that are used in the Help for Domain-Specific Language Tools.

  • generated API
    The domain classes and domain relationships in a domain model that are transformed into classes in the generated designer. The set of classes in this generated API is available for use in custom code.

  • generated designer
    The graphical editor that you can use for debugging, reporting, and deployment of domain-specific languages in the experimental build, or debugging instance of Visual Studio.

  • generated directive processor
    The directive processor that is automatically generated for every domain-specific language project. By using this directive processor, you can use text templates to read and process information from models in the target programming language.

  • generated text output
    The output of running a text template.

  • generated transformation class
    The class that is generated and run dynamically from the C# or Visual Basic code that a text template contains. The result of running the code in this class is a string that is the output of the text template transformation.

See Also

Concepts

Domain-Specific Language Tools Glossary