C# 클래스 RockWeb.Blocks.Crm.PersonDetail.PersonHistory

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

보호된 메소드들

메소드 설명
FormatCaption ( int categoryId, string caption, int relatedEntityTypeId, int entityId ) : string

Formats the caption.

FormatSummary ( int entityTypeId, int entityId, string summary ) : string

Formats the summary.

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.

비공개 메소드들

메소드 설명
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

gHistory_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gHistory control.

gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfSettings control.

gfSettings_DisplayFilterValue ( object sender, Rock e ) : void

Handles the DisplayFilterValue event of the gfSettings control.

메소드 상세

FormatCaption() 보호된 메소드

Formats the caption.
protected FormatCaption ( int categoryId, string caption, int relatedEntityTypeId, int entityId ) : string
categoryId int The category identifier.
caption string The caption.
relatedEntityTypeId int The related entity type identifier.
entityId int The entity identifier.
리턴 string

FormatSummary() 보호된 메소드

Formats the summary.
protected FormatSummary ( int entityTypeId, int entityId, string summary ) : string
entityTypeId int The entity type identifier.
entityId int The entity identifier.
summary string The summary.
리턴 string

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