C# Класс RockWeb.Blocks.Core.BlockTypeList

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

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

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

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

OnLoad ( EventArgs e ) : void

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

btnRefreshAll_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnRefreshAll control.

gBlockTypes_Add ( object sender, EventArgs e ) : void

Handles the Add event of the gBlockTypes control.

gBlockTypes_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gBlockTypes control.

gBlockTypes_Edit ( object sender, RowEventArgs e ) : void

Handles the EditRow event of the gBlockTypes control.

gBlockTypes_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gBlockTypes control.

gBlockTypes_RowDataBound ( object sender, System e ) : void

Handles the RowDataBound event of the gBlockTypes control.

gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the Apply Filter event for the GridFilter

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

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

Binds the grid.

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

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

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

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

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

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

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

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

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

Handles the Delete event of the gBlockTypes control.
protected gBlockTypes_Delete ( 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

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

Handles the EditRow event of the gBlockTypes control.
protected gBlockTypes_Edit ( 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

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

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

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

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

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

Handles the Apply Filter event for the GridFilter
protected gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void