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

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

Открытые методы

Метод Описание
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

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

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

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

gActions_GridRebind ( object sender, EventArgs e ) : void

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

BindGrid() публичный Метод

Shows the detail.
public BindGrid ( ) : void
Результат void

GetBreadCrumbs() публичный Метод

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.
Результат List

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат 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

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

protected gActions_GridRebind ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void