Feature Request: Enhance classes
I would like thunder to read my type definitions (custom fields) from the config files and generate me a class file (or more) which puts the custom fields into the object as physical properties.
So for example if I enhance a "Product" to have a custom field called "Manufacturer". Thunder would see that, then generate the get\set on a partial class such that internally it would do the GetValue\SetValue.
That way on code my type could be modified like
product.Manufacturer = "IBM";
...and more easily bindable on templates.
Hi Steve,
I have added the feature request and here you can find and follow the PITS Issue: Public URL
Kind regards,
Nikolay Dimitrov
the Telerik team