C# Класс RockWeb.Blocks.Administration.ZoneBlocks

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

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

Метод Описание
LayoutBlocks_Add ( object sender, EventArgs e ) : void

Handles the Add event of the LayoutBlocks control.

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.

OnPreRender ( EventArgs e ) : void

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

ShowEdit ( BlockLocation location, int blockId ) : void

Shows the edit.

btnCancel_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnCancel control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

ddlBlockType_SelectedIndexChanged ( object sender, EventArgs e ) : void

Handles the SelectedIndexChanged event of the ddlBlockType control.

gLayoutBlocks_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gLayoutBlocks control.

gLayoutBlocks_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gLayoutBlocks control.

gLayoutBlocks_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gLayoutBlocks control.

gLayoutBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the GridReorder event of the gLayoutBlocks control.

gPageBlocks_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gPageBlocks control.

gPageBlocks_Edit ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gPageBlocks control.

gPageBlocks_GridAdd ( object sender, EventArgs e ) : void

Handles the GridAdd event of the gPageBlocks control.

gPageBlocks_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gPageBlocks control.

gPageBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void

Handles the GridReorder event of the gPageBlocks control.

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

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

Binds the grids.

BindLayoutGrid ( ) : void

Binds the layout grid.

BindPageGrid ( ) : void

Binds the page grid.

LoadBlockTypes ( ) : void

Loads the block types.

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

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

Handles the Add event of the LayoutBlocks control.
protected LayoutBlocks_Add ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат 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

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

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

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

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

Shows the edit.
protected ShowEdit ( BlockLocation location, int blockId ) : void
location BlockLocation The location.
blockId int The block id.
Результат void

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

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

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

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

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

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

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

Handles the Delete event of the gLayoutBlocks control.
protected gLayoutBlocks_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

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

Handles the Edit event of the gLayoutBlocks control.
protected gLayoutBlocks_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

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

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

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

Handles the GridReorder event of the gLayoutBlocks control.
protected gLayoutBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
Результат void

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

Handles the Delete event of the gPageBlocks control.
protected gPageBlocks_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

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

Handles the Edit event of the gPageBlocks control.
protected gPageBlocks_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

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

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

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

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

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

Handles the GridReorder event of the gPageBlocks control.
protected gPageBlocks_GridReorder ( object sender, Rock.Web.UI.Controls.GridReorderEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.GridReorderEventArgs The instance containing the event data.
Результат void