C# Class RockWeb.Blocks.Administration.RestActionList

Inheritance: Rock.Web.UI.RockBlock
Datei anzeigen Open project: CentralAZ/Rockit-CentralAZ

Public Methods

Method Description
BindGrid ( ) : void

Shows the detail.

GetBreadCrumbs ( PageReference pageReference ) : List

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

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

gActions_GridRebind ( object sender, EventArgs e ) : void

Method Details

BindGrid() public method

Shows the detail.
public BindGrid ( ) : void
return void

GetBreadCrumbs() public method

Returns breadcrumbs specific to the block that should be added to navigation based on the current page reference. This function is called during the page's oninit to load any initial breadcrumbs
public GetBreadCrumbs ( PageReference pageReference ) : List
pageReference PageReference The page reference.
return List

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

gActions_GridRebind() protected method

protected gActions_GridRebind ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void