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

Inheritance: Rock.Web.UI.PersonBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode 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

Méthode 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 méthode

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.
Résultat string

FormatSummary() protected méthode

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.
Résultat string

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

OnLoad() protected méthode

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