arcadiaray

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2008年2月23日

摘要: 1using System; 2using System.Globalization; 3using Microsoft.Practices.ObjectBuilder.Properties; 4 5namespace Microsoft.Practices.ObjectBuilder 6{ 7 /**//// 8 /// 该类用于提供获取 9... 阅读全文
posted @ 2008-02-23 21:41 幸福延长线 阅读(264) 评论(0) 推荐(0) 编辑

摘要: 1namespace Microsoft.Practices.ObjectBuilder 2{ 3 /**//// 4 /// 定义缺少 "依赖对 5 /// 象" 时的动作。 6 /// 7 public enum NotPresentBehavior 8 { 9 /**//// 10 /// 创建该对象。... 阅读全文
posted @ 2008-02-23 21:39 幸福延长线 阅读(152) 评论(0) 推荐(0) 编辑

摘要: 1using System; 2using System.Collections.Generic; 3 4namespace Microsoft.Practices.ObjectBuilder 5{ 6 /**//// 7 /// 8 /// 对象的自定义集合。 9 /// 10 /// 11 /// 该类实际... 阅读全文
posted @ 2008-02-23 21:34 幸福延长线 阅读(151) 评论(0) 推荐(0) 编辑

摘要: 1using System; 2using System.Collections.Generic; 3 4namespace Microsoft.Practices.ObjectBuilder 5{ 6 /**//// 7 /// 8 /// 对象的自定义集合。 9 /// 10 /// 11 /// 该类实际... 阅读全文
posted @ 2008-02-23 21:34 幸福延长线 阅读(131) 评论(0) 推荐(0) 编辑

摘要: 1using System; 2using System.Collections.Generic; 3 4namespace Microsoft.Practices.ObjectBuilder 5{ 6 /**//// 7 /// 分阶段存储 "创建 8 /// 策略" 的自定义集 9 /// 合类。当调用 MakeStrategyC... 阅读全文
posted @ 2008-02-23 21:30 幸福延长线 阅读(178) 评论(0) 推荐(0) 编辑