为什么文件后面有一个 xsd 文件代码。它们是做什么用的?

发布于 2024-11-27 03:12:37 字数 184 浏览 3 评论 0原文

Xsd file

谁能解释一下为什么 xsd 文件有 2 个子文件(.cs 和 .designer.cs)以及它们的含义是为了?

至于designer.cs,在我们的例子中它是由Xsd2Code 生成的。你为什么要这么做?

Xsd file

Can anybody explain me why an xsd file has 2 sub files (.cs and .designer.cs) and what they are for?

As for the designer.cs, in our case it is generated by Xsd2Code. Why would you do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撩起发的微风 2024-12-04 03:12:37

假设 XSD 代表您想要在代码中使用的模型 - 可能使用 XmlSerializer 或作为 DataTable。如果您不想这样做,请擦除 xsd 文件的“自定义工具”设置。

.designer.cs 通常是生成的文件;通常,另一个 .cs 用于添加部分类,但在编辑/删除之前请检查。

The assumption there is that the XSD represents a model you want to work with in your code - perhaps with XmlSerializer or as a DataTable. If you don't want that, wipe the "Custom Tool" setting for th xsd file.

The .designer.cs is usually the generated file; commonly the other .cs is for your partial class additions, but check before editing/removing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文