Hi,
I want to write a T4 Template which will have properties (Get and Set).
The problem is these properties will be an input to the template from an xsd file.
Can somehelp throw somelight on how can I write such a template which will have properties generated based in an xsd file?
In short I want to generate a C# code file that will have properties defined based on the xsd file as input. I can't use xsd.exe because I also have to add inheritence to the generated file.
It's a big challenge for me can someone help me on this if you have any idea?
Thanks in advance.