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

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

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.

RockCheckBoxList ( ) : System.Collections.Generic

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

LoadPostData ( string postDataKey, System postCollection ) : bool

Processes the posted data for the T:System.Web.UI.WebControls.CheckBoxList control.

OnInit ( System e ) : void

Raises the E:System.Web.UI.Control.Init event.

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

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

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

Processes the posted data for the T:System.Web.UI.WebControls.CheckBoxList control.
protected LoadPostData ( string postDataKey, System postCollection ) : bool
postDataKey string The key identifier for the control, used to index the specified in the parameter.
postCollection System A that contains value information indexed by control identifiers.
Результат bool

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( System e ) : void
e System An object that contains the event data.
Результат 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

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

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