C# 클래스 RockWeb.Blocks.Administration.ZoneBlocks

상속: Rock.Web.UI.RockBlock
파일 보기 프로젝트 열기: CentralAZ/Rockit-CentralAZ

보호된 메소드들

메소드 설명
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