コード例 #1
0
ファイル: ReplyOnKey.cs プロジェクト: 123456-cq/xkq34_src
        private void BindArticleCategory()
        {
            List <Hidistro.Entities.VShop.ReplyInfo> list = AliFuwuReplyHelper.GetAllReply().ToList <Hidistro.Entities.VShop.ReplyInfo>().FindAll(a => a.ReplyType < ReplyType.Wheel);

            this.rptList.DataSource = list;
            this.rptList.DataBind();
        }
コード例 #2
0
ファイル: ReplyOnKey.cs プロジェクト: llenroc/kangaroo
 private void BindArticleCategory()
 {
     System.Collections.Generic.List <Hidistro.Entities.VShop.ReplyInfo> dataSource = AliFuwuReplyHelper.GetAllReply().ToList <Hidistro.Entities.VShop.ReplyInfo>().FindAll((Hidistro.Entities.VShop.ReplyInfo a) => a.ReplyType < ReplyType.Wheel);
     this.rptList.DataSource = dataSource;
     this.rptList.DataBind();
 }