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

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

Открытые свойства

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

Защищенные свойства (Protected)

Свойство Тип Описание
ddlFilterType RockDropDownList
filterControls System.Web.UI.Control[]
hfExpanded System.Web.UI.WebControls.HiddenField
lbDelete System.Web.UI.WebControls.LinkButton

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

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

Gets the selection.

RenderControl ( 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.

SetCheckBoxChecked ( bool value ) : void

Sets the CheckBox checked (if it is showing)

SetSelection ( string value ) : void

Sets the selection.

ddlFilterType_SelectedIndexChanged ( object sender, EventArgs e ) : void
lbDelete_Click ( object sender, EventArgs e ) : void

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

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

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

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

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

Gets the selection.
public GetSelection ( ) : string
Результат string

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

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

Writes the T:System.Web.UI.WebControls.CompositeControl content to the specified T:System.Web.UI.HtmlTextWriter object, for display on the client.
public RenderControl ( 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

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

Sets the CheckBox checked (if it is showing)
public SetCheckBoxChecked ( bool value ) : void
value bool if set to true [value].
Результат void

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

Sets the selection.
public SetSelection ( string value ) : void
value string The value.
Результат void

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

public ddlFilterType_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

public lbDelete_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

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

cbIncludeFilter публичное свойство

The optional checkbox which can be used to disable/enable the filter for the current run of the report
public RockCheckBox,Rock.Web.UI.Controls cbIncludeFilter
Результат RockCheckBox

ddlFilterType защищенное свойство

The filter type dropdown
protected RockDropDownList,Rock.Web.UI.Controls ddlFilterType
Результат RockDropDownList

filterControls защищенное свойство

The filter controls
protected Control[],System.Web.UI filterControls
Результат System.Web.UI.Control[]

hfExpanded защищенное свойство

The hidden field for tracking expanded
protected HiddenField,System.Web.UI.WebControls hfExpanded
Результат System.Web.UI.WebControls.HiddenField

lbDelete защищенное свойство

The delte button
protected LinkButton,System.Web.UI.WebControls lbDelete
Результат System.Web.UI.WebControls.LinkButton