VS 使用xsd文件自动生成C#类

mac2022-06-30  119

在开发web service中,可以通过统一标准的xsd 文件生成C#类,这样方便且准确。

xsd.exe D:/test/dataDetails.xsd /classes /o:D:/test D:/test/dataDetails.xsd =〉此为xsd所在路径 D:/test =〉此为生成类所在的输出位置

 

转载于:https://www.cnblogs.com/Aaron-Lee/p/9964706.html

相关资源:xsd文件规则和语法
最新回复(0)