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

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

공개 메소드들

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