C# Класс RockWeb.Blocks.Cms.HtmlContentApproval

Наследование: Rock.Web.UI.RockBlock
Показать файл Открыть проект

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

Метод Описание
OnInit ( EventArgs e ) : void

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

OnLoad ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Load event.

gContentList_CheckedChanged ( object sender, RowEventArgs e ) : void

Handles the CheckChanged event of the gContentList IsApproved field.

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

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

Binds the filter.

BindGrid ( ) : void

Binds the grid.

gContentListFilter_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gContentListFilter control.

gContentListFilter_DisplayFilterValue ( object sender, GridFilter e ) : void

Handles the filter display for each saved user value

gContentList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gContentList control.

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

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

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

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

Handles the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

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

Handles the CheckChanged event of the gContentList IsApproved field.
protected gContentList_CheckedChanged ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void