/
Modell Generieren

Modell Generieren

If the solution was setup with the Schnelleinstieg mit Application Template there should be a dedicated console project with the suffix .Generate. Run this project to re-generate the code.

The contained code is simple:

internal static int Main() { return new ApplicationManager().RunCodeGenerator(new CodeGeneratorApplication<QuinoProjectApplication>()) ? 0 : -1; }

This will run the code-generator with the main application.

Related content

Builder API
Read with this
Developer
More like this
Builder API Architecture and Usage
Builder API Architecture and Usage
More like this
ECUI Client Setup
ECUI Client Setup
More like this
Quino Architektur
Quino Architektur
More like this