• <i id='ruikv'><tr id='ruikv'><dt id='ruikv'><q id='ruikv'><span id='ruikv'><b id='ruikv'><form id='ruikv'><ins id='ruikv'></ins><ul id='ruikv'></ul><sub id='ruikv'></sub></form><legend id='ruikv'></legend><bdo id='ruikv'><pre id='ruikv'><center id='ruikv'></center></pre></bdo></b><th id='ruikv'></th></span></q></dt></tr></i><div id='ruikv'><tfoot id='ruikv'></tfoot><dl id='ruikv'><fieldset id='ruikv'></fieldset></dl></div>
    <legend id='ruikv'><style id='ruikv'><dir id='ruikv'><q id='ruikv'></q></dir></style></legend>

        <tfoot id='ruikv'></tfoot>
          <bdo id='ruikv'></bdo><ul id='ruikv'></ul>
      1. <small id='ruikv'></small><noframes id='ruikv'>

      2. 如何将 XSD 文件转换为 C# 类

        时间:2023-06-04
            <bdo id='DbPol'></bdo><ul id='DbPol'></ul>

              <legend id='DbPol'><style id='DbPol'><dir id='DbPol'><q id='DbPol'></q></dir></style></legend>
            • <i id='DbPol'><tr id='DbPol'><dt id='DbPol'><q id='DbPol'><span id='DbPol'><b id='DbPol'><form id='DbPol'><ins id='DbPol'></ins><ul id='DbPol'></ul><sub id='DbPol'></sub></form><legend id='DbPol'></legend><bdo id='DbPol'><pre id='DbPol'><center id='DbPol'></center></pre></bdo></b><th id='DbPol'></th></span></q></dt></tr></i><div id='DbPol'><tfoot id='DbPol'></tfoot><dl id='DbPol'><fieldset id='DbPol'></fieldset></dl></div>
                    <tbody id='DbPol'></tbody>
                1. <tfoot id='DbPol'></tfoot>

                2. <small id='DbPol'></small><noframes id='DbPol'>

                3. 本文介绍了如何将 XSD 文件转换为 C# 类的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  限时送ChatGPT账号..

                  我有一个 XSD 格式的文件.如何将其转换为 C# 类?

                  I have a file in XSD format. How can I convert it to a C# class?

                  我需要在其他 Web 应用程序中进行类引用,我需要按照以下方式进行后期调用:

                  I need class reference in other web applications where I need to make post call as per below:

                  var res = client.Post<Customer>("/customers", c );
                  

                  推荐答案

                  使用XML 架构定义工具 xsd.exe 在您的框架工具中找到,用于将您的架构转换为可序列化的类或数据集.

                  Use the XML Schema Definition Tool xsd.exe found in your framework tools to convert your schema into a serializable class or dataset.

                  xsd file.xsd {/classes | /dataset} [/element:element]
                           [/language:language] [/namespace:namespace]
                           [/outputdir:directory] [URI:uri]
                  

                  例如,C# 类将在与 xsd 工具相同的目录中生成:

                  And in example, whereas the C# class will be generated in the same directory as the xsd tool:

                  xsd /c YourFile.xsd
                  

                  这篇关于如何将 XSD 文件转换为 C# 类的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何为 web/app.config 架构制作扩展 xsd? 下一篇:为什么 xsd.exe 会为 xs:integer 生成字符串属性?

                  相关文章

                  最新文章

                  <small id='a6C7Y'></small><noframes id='a6C7Y'>

                  1. <tfoot id='a6C7Y'></tfoot>

                    <i id='a6C7Y'><tr id='a6C7Y'><dt id='a6C7Y'><q id='a6C7Y'><span id='a6C7Y'><b id='a6C7Y'><form id='a6C7Y'><ins id='a6C7Y'></ins><ul id='a6C7Y'></ul><sub id='a6C7Y'></sub></form><legend id='a6C7Y'></legend><bdo id='a6C7Y'><pre id='a6C7Y'><center id='a6C7Y'></center></pre></bdo></b><th id='a6C7Y'></th></span></q></dt></tr></i><div id='a6C7Y'><tfoot id='a6C7Y'></tfoot><dl id='a6C7Y'><fieldset id='a6C7Y'></fieldset></dl></div>

                    • <bdo id='a6C7Y'></bdo><ul id='a6C7Y'></ul>
                    1. <legend id='a6C7Y'><style id='a6C7Y'><dir id='a6C7Y'><q id='a6C7Y'></q></dir></style></legend>