Enumerations in Modlr
(Automatically adding template at the end of the page.)
(Adding message template to the top of the page)
Line 1: Line 1:
{{message|Write the content here to display this box}}
One weakness we recently rectified was the lack of enumeration definitions inside Modlr. Before, you had to assign an Enumerable type name to an attribute like so:
One weakness we recently rectified was the lack of enumeration definitions inside Modlr. Before, you had to assign an Enumerable type name to an attribute like so:



Revision as of 22:16, 16 June 2024

Write the content here to display this box

One weakness we recently rectified was the lack of enumeration definitions inside Modlr. Before, you had to assign an Enumerable type name to an attribute like so:

Enumerations -1.png

Then accept that Modlr treated your attribute of type string and not as an Enumerable:

Enumerations -2 .png

This was simply because the Model was not informed about the Enumeration. In fact, you had to define the Enumeration at some place in the code yourself to get the CodeGen to use it.

Now, you can get up this dialog (add model elements, edit Enumerations):

Enumerations -3.png

Here, declare the enumeration name, values, and code comments (and also the optional integer value).

If the CodeGen checkbox is checked, we will add the Enumeration to your code. The important thing here is that the model has been made more detailed by keeping the knowledge about Enumerations inside the model so that we can use the Enumeration values in constraints, ViewModel validations, etc.

This page was edited 95 days ago on 06/17/2024. What links here