Наследование: MonthViewBase
Пример #1
0
        /// <summary>
        ///
        /// </summary>
        public MonthView.Builder MonthView(MonthView component)
        {
#if MVC
            component.ViewContext = this.HtmlHelper != null ? this.HtmlHelper.ViewContext : null;
#endif
            return(new MonthView.Builder(component));
        }
 /// <summary>
 ///
 /// </summary>
 public virtual TBuilder MonthView(MonthView monthView)
 {
     this.ToComponent().MonthView = monthView;
     return(this as TBuilder);
 }
Пример #3
0
 /// <summary>
 ///
 /// </summary>
 public MonthView.Builder MonthView(MonthView component)
 {
     return(new MonthView.Builder(component));
 }