本文介绍了如何从XML模式创建动态对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想使用c#编码基于传递的xml模式创建新对象.
有可能吗?
我们如何创建对象?
谢谢
Saka
I want to create new object based on passed xml schema using c# coding.
Is it possible?
How can we create an object?
Thanks
Saka
推荐答案
成员2509982写道:
Member 2509982 wrote:
我们如何创建对象?
通过调用它的构造函数.如果您使用XML格式的数据,则可以读取传递给构造函数所需的值.
By calling it''s constructor. If you have the data in XML, you can read the values you need to pass to the constructor.
这篇关于如何从XML模式创建动态对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!