示例#1
0
        /// <summary>
        ///
        /// </summary>
        public BoundList.Builder BoundList(BoundList.Config config)
        {
#if MVC
            return(new BoundList.Builder(new BoundList(config)
            {
                ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null
            }));
#else
            return(new BoundList.Builder(new BoundList(config)));
#endif
        }
 /// <summary>
 ///
 /// </summary>
 public Builder(BoundList.Config config) : base(new BoundList(config))
 {
 }
 /// <summary>
 ///
 /// </summary>
 public BoundList.Builder BoundList(BoundList.Config config)
 {
     return(new BoundList.Builder(new BoundList(config)));
 }