Hi,
I have a settings table with an Id and a Name column.
I would like to generate static properties of the names for all the records in my table.
So if I would have a record with the name "ExampleSetting"
I want to have a property available like this: SettingsEntity.ExampleSetting.
This way, I can't make typos in code, and feedback is given to me compile time...
any leads on how to achieve this? Should I create a custom template?
any help would be appreciated!
regards, Jowen.