首页 > 其他 > 详细

《Prism 5.0源码走读》 设计模式

时间:2014-08-12 00:11:43      阅读:648      评论:0      收藏:0      [点我收藏+]

Prism或Prism构建的应用程序时会使用大量的设计模式,本文简要列举Prism相关的那些设计模式。

  • Adapter(适配器模式):Prism Library主要在Region和IoC container应用Adapter模式。
    1. ContentControlRegionAdapter.cs
    2. ItemsControlRegionAdapter.cs
    3. SelectorRegionAdapter.cs
    4. UnityServiceLocatorAdapter.cs
    5. MefServiceLocatorAdapter.cs
  • Application Controller Pattern(控制器模式):
  • Command Pattern:
  • Dependency Injection Pattern:
  • Event Aggregator Pattern:
  • Facada Pattern:
  • Inversion of Control Pattern:
  • Observer Pattern:
  • Model-View-ViewModel Pattern:
  • Registry Pattern:
  • Service Locator Pattern:
  • Separated Interface and Plug-in
  • Composite and Composite View

下图是设计模式在Prism结构设计中的应用:

bubuko.com,布布扣

 

编辑记录:

2014.08.11 初始版本

 

《Prism 5.0源码走读》 设计模式,布布扣,bubuko.com

《Prism 5.0源码走读》 设计模式

原文:http://www.cnblogs.com/codesee/p/3905792.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!