Overview of C# functioning modes

Two functioning modes are available with Modelio C# Designer:

  • Model-driven, which is based on the total generation of declarative code from the model itself. Application code (in other words, the programming of operations) is modeling by notes, or typing in marked zones. This mode does not concern reverse engineering.

  • Round trip, which combines reverse engineering and code generation. Code is generated in exactly the same way as with the model-driven mode. You can freely modify the code nearby in the generated code or work in your favorite IDE. The model is updated by running the "Reverse" command.

Configuring the functioning mode

The C# functioning mode is configured through the standard Modelio configuration interface, which is launched using the "Set module parameters" command. The generation mode is selected in the "Generation mode" field (as shown in the figure below).

image