从 xsd/xml 生成 SharePoint 实体类
我正在创建一个 SharePoint 项目,并希望使用 http://sitecollecmgmt.codeplex 中生成的实体类。 com/SourceControl/list/changesets 这个项目(组、用户和角色帮助程序类)。谁能告诉我如何获取 SharePoint xsd/xml 来生成这种类型的帮助程序类xsd 工具。
谢谢
I am creating one SharePoint project and want to use entity class like generated in http://sitecollecmgmt.codeplex.com/SourceControl/list/changesets this projects ( Groups,Users and Roles helper class).Can anyone tell me how can I get SharePoint xsd/xml to generate this type helper classes from xsd tool.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下载 XSD 文件,然后运行 xsd /c schema1.xsd schema2.xsd ...
Download the XSD files and then run
xsd /c schema1.xsd schema2.xsd ...