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

Наследование: ItemPicker
Показать файл Открыть проект

Private Properties

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

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

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

Initializes a new instance of the PagePicker class.

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

This is where you implment the simple aspects of rendering your control. The rest will be handled by calling RenderControlHelper's RenderControl() method.

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

Render any additional picker actions

SetValue ( Rock pageRoute ) : void

Sets the value.

SetValues ( IEnumerable pages ) : void

Sets the values.

_btnSelectCurrentPage_Click ( object sender, EventArgs e ) : void

Handles the Click event of the _btnSelectCurrentPage control.

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

Метод Описание
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.

OnInit ( EventArgs e ) : void

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

SetValueOnSelect ( ) : void

Handles the Click event of the btnSelect control.

SetValuesOnSelect ( ) : void

Sets the values on select.

_btnSelectPageRoute_Click ( object sender, EventArgs e ) : void

Handles the Click event of the _btnSelectPageRoute control.

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

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

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

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Результат void

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

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

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

This is where you implment the simple aspects of rendering your control. The rest will be handled by calling RenderControlHelper's RenderControl() method.
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
Результат void

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

Render any additional picker actions
public RenderCustomPickerActions ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The writer.
Результат void

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

Sets the value.
public SetValue ( Rock pageRoute ) : void
pageRoute Rock The page route.
Результат void

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

Handles the Click event of the btnSelect control.
protected SetValueOnSelect ( ) : void
Результат void

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

Sets the values.
public SetValues ( IEnumerable pages ) : void
pages IEnumerable The pages.
Результат void

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

Sets the values on select.
protected SetValuesOnSelect ( ) : void
Результат void

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

Handles the Click event of the _btnSelectCurrentPage control.
public _btnSelectCurrentPage_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

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

Handles the Click event of the _btnSelectPageRoute control.
protected _btnSelectPageRoute_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void