C# Класс Rock.Web.UI.Controls.ScheduleBuilderPopupContents

Наследование: System.Web.UI.WebControls.CompositeControl
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetCalendarContentFromControls string
TextBoxToPositiveInteger int

Открытые методы

Метод Описание
ScheduleBuilderPopupContents ( ) : System

Initializes a new instance of the ScheduleBuilder class.

Защищенные методы

Метод Описание
CreateChildControls ( ) : void

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Render ( System.Web.UI.HtmlTextWriter writer ) : void

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.

Приватные методы

Метод Описание
GetCalendarContentFromControls ( ) : string

Gets the calendar content from controls.

TextBoxToPositiveInteger ( TextBox textBox, int minValue = 1 ) : int

Texts the box to positive integer.

Описание методов

CreateChildControls() защищенный Метод

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
protected CreateChildControls ( ) : void
Результат void

Render() защищенный Метод

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter An that represents the output stream to render HTML content on the client.
Результат void

ScheduleBuilderPopupContents() публичный Метод

Initializes a new instance of the ScheduleBuilder class.
public ScheduleBuilderPopupContents ( ) : System
Результат System