C# Класс RockWeb.Blocks.Crm.PersonDetail.PersonHistory

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

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

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