实体框架和依赖注入

发布于 2024-09-16 03:04:31 字数 331 浏览 2 评论 0原文

我使用实体框架和 Unity 作为 IoC。我想在实体中使用构造函数注入,并能够从配置和运行时配置它们。我不想通过属性使用注入。我想这样做,这样我就不需要对象上下文中支持实体注入的任何处理程序。我认为此示例是最后的手段示例 但我希望有其他方法来实现这一点。 Unity 或其他 IoC 可能有一些扩展,以便 ObjectContext 可以自行解决依赖关系。

提前致谢。

I'm using Entity Framework and the Unity as IoC. I want to use constructor injection within entities with ability to configure them from both config and run-time. I don't want to use the injection via properties. I want to make it the way so I don't need and any handlers in object context that supports injection for my entities. This sample I consider as the last resort Sample but I hope there are other ways to implement this. There may be some extensions to the Unity or other IoC so that ObjectContext could resolve dependencies on its own.

thanks in advance.

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

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

发布评论

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

评论(1

但可醉心 2024-09-23 03:04:31

为构造函数使用 [Dependency] 属性,

请参阅 codeplex 或 msdn 中的 Unity 2 文档

use [Dependency] attribute for you constructor

see Unity 2 documentation in codeplex or msdn

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