You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This already generate the original names into the class, but the values are not filled.
To do this, the parameter list of the model macro needs to be traverse, a matching name needs to be found and the associated expression used in the static variable of the class.
Shouldn't be very hard.
The text was updated successfully, but these errors were encountered:
Most of the infrastructure is in place, the sole thing missing should be the extraction of the parameters from the model macro.
E.g.:
This already generate the original names into the class, but the values are not filled.
To do this, the parameter list of the model macro needs to be traverse, a matching name needs to be found and the associated expression used in the static variable of the class.
Shouldn't be very hard.
The text was updated successfully, but these errors were encountered: