通过 .NET Framework 类以编程方式使用 XSD.exe 工具功能(从 XSD 架构生成类)?
我想从 XML XSD 架构生成一个类,就像使用 Xsd.exe 工具。
例如 XSD.exe /namespace:Generated.Xsd_1 /classes /outputdir:..\Classes
有没有办法通过使用 .NET Framework 中的类来实现此目的使用独立工具?
I want to generate a class from an XML XSD Schema, just as you can do with the Xsd.exe tool.
E.g. XSD.exe /namespace:Generated.Xsd_1 /classes /outputdir:..\Classes
Is there a way to do this by using classes in the .NET Framework instead of using the standalone tool?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无耻地借用了此处:
Shamelessly borrowed from here: