Generate XSD with validation form ASP.NET Web API models -


i have asp.net web api project few mvc models. possible generate xsd's mvc models?

and, possible keep validation data annotations in generated xsd's? if not cool have basic xsd's generated classes have.

edit

i found xsd.exe -t:[classname] [dllname].dll generates xsd me. open question is, how keep validation?


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -