Метод | Описание | |
---|---|---|
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 ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
Метод | Описание | |
---|---|---|
BindFilter ( ) : void |
Binds the filter.
|
|
BindGrid ( ) : void |
Binds the grid.
|
|
gHistory_GridRebind ( object sender, |
Handles the GridRebind event of the gHistory control.
|
|
gfSettings_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the gfSettings control.
|
|
gfSettings_DisplayFilterValue ( object sender, Rock e ) : void |
Handles the DisplayFilterValue event of the gfSettings control.
|
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 |
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 |
protected OnInit ( |
||
e | An |
|
Результат | void |
protected OnLoad ( |
||
e | The |
|
Результат | void |