C# functioning modes

 

Overview of C# functioning modes

Two functioning modes are available with Objecteering C# Developer:

·         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.