kevin fung's blog

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
  由于新增了 SortContainer (Bingosoft.Enterprise.UI.WebControls.SortContainer)自定义排序容器控件及 CustomPager (Bingosoft.Enterprise.UI.WebControls.CustomPager)自定义分页控件,从而使得可以使用 .Net Framework 中自带的 Repeater 控件(同时也支持其它任意列表控件)作为列表控件。
  因此,对原使用 ArchOne 内部重新封装的 Repeater 控件实现的列表页基类及列表控件基类进行了更改,将其 BoundableRepeaterDataSourceableRepeater 属性的返回类型由 Bingosoft.Enterprise.UI.WebControls.Repeater 调整为 System.Web.UI.WebControls.Repeater。
  本次调整受影响的基类如下:
  1、Bingosoft.Enterprise.UI.Web.RepeaterListPage;
  2、Bingosoft.Enterprise.UI.Web.RepeaterListControl;
  3、Bingosoft.Enterprise.UI.Web.Linq.LinqRepeaterListPage;
  4、Bingosoft.Enterprise.UI.Web.Linq.LinqRepeaterListControl。
posted on 2010-07-26 13:27  kevin fung  阅读(264)  评论(0编辑  收藏  举报