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

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

Private Properties

Свойство Тип Описание

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

Метод Описание
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void

Renders the base control.

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

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.

RockDropDownList ( ) : System.Collections.Generic

Initializes a new instance of the RockDropDownList 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.

CreateControlCollection ( ) : System.Web.UI.ControlCollection

Creates a collection to store child controls.

LoadViewState ( object savedState ) : void

Loads the previously saved view state of the T:System.Web.UI.WebControls.DetailsView control.

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

Renders any data validator.

SaveViewState ( ) : object

Saves the current view state of the T:System.Web.UI.WebControls.ListControl -derived control and the items it contains.

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

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

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

Creates a collection to store child controls.
protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
Результат System.Web.UI.ControlCollection

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

Loads the previously saved view state of the T:System.Web.UI.WebControls.DetailsView control.
protected LoadViewState ( object savedState ) : void
savedState object An that represents the state of the -derived control.
Результат void

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

Renders the base control.
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
Результат void

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

Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the control content.
Результат void

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

Renders any data validator.
protected RenderDataValidator ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
Результат void

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

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

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

Saves the current view state of the T:System.Web.UI.WebControls.ListControl -derived control and the items it contains.
protected SaveViewState ( ) : object
Результат object