《Prism 5.0源码走读》 设计模式_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > 《Prism 5.0源码走读》 设计模式

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

 2014/8/11 23:34:53  萝卜根  程序员俱乐部  我要评论(0)
  • 摘要:Prism或Prism构建的应用程序时会使用大量的设计模式,本文简要列举Prism相关的那些设计模式。Adapter(适配器模式):PrismLibrary主要在Region和IoCcontainer应用Adapter模式。ContentControlRegionAdapter.csItemsControlRegionAdapter.csSelectorRegionAdapter.csUnityServiceLocatorAdapter.csMefServiceLocatorAdapter
  • 标签:源码 模式 设计 设计模式

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结构设计中的应用:

 

编辑记录:

2014.08.11 初始版本

 

发表评论
用户名: 匿名