在 Silverlight Ria 服务中传递自定义类型列表

发布于 10-18 20:04 字数 127 浏览 3 评论 0原文

我必须读取 csv 文件。 从 csv 文件,我必须创建一个列表列表 然后返回给调用方法。

你有其他选择吗? CustomClass 还有一个属性列表。在 silverlight 方面它始终为空。你能告诉我解决方案是什么吗?

i have to read csv file.
from csv file, i have to create a List list
And then return it to the calling method.

do you recommend any other alternative? also CustomClass has a property List. It's always null on the silverlight side. Can you tell me what the solution is?

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

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

发布评论

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

评论(1

翻身的咸鱼2024-10-25 20:04:57

解决方案是对类的属性使用 [Ininclude] 和 [Associate] 属性。

另外,为了读取数据,我们可以从 ria 服务返回 IEnumerable 类型,例如 list、ilist 到 silverlight 应用程序

The solution is to use [Include] and [Associate] attributes for properties of the class.

Also to read data, we can return an IEnumerable type e.g. list, ilist from our ria service to the silverlight application

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