Documentation on how to interact with MxModelReflection

0
Hi Makers,   Does any of you have a great source on how to interact with MxModelReflection in the App? One of the use cases, I want to check the type of an attribute in an Entity.   Go Make It
asked
1 answers
0

Hi Marco,

What specifically are you trying to do? The reflection module contains MxObjectMember / ValueType entities that should get you what you’re looking for.

 

If reflection doesn’ have the information, you could also use the Model SDK to generate the information you need and ingest that into your application:

https://apidocs.rnd.mendix.com/modelsdk/latest/index.html

Good luck

answered