C# Class RockWeb.Blocks.Crm.PersonDetail.PersonHistory

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

Protected Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

FormatCaption() protected method

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.
return string

FormatSummary() protected method

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.
return string

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
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