Caliburn.Micro 和 WebServiceResult
我正在为 Caliburn.Micro 寻找此类的正确版本
public class WebServiceResult : IResult where T : new()
上面的签名来自完整 Caliburn 框架中的 ContactManager 示例。 它不会直接剪切并粘贴到基于 Micro 的项目中。缺少的类太多,无法直接使用它。想法?或者有人知道替代品吗?
I'm looking for the correct version of this class for Caliburn.Micro
public class WebServiceResult : IResult where T : new()
The above signature is from the ContactManager example in the full Caliburn framework.
It does not cut and paste directly into a Micro-based project. There are too many missing classes to use this directly. Thoughts? or anyone know of the replacement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
虽然 Caliburn Micro(基于 System.Windows.Interactivity)的底层基础设施非常不同,但概念几乎相同。
这是CM版本:
Event though the underlying infrastructure is very different in Caliburn Micro (which is based on System.Windows.Interactivity), the concepts are pretty much the same.
Here is the CM version: