C# Класс RockWeb.Blocks.Core.AuditInformationList

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

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

Метод Описание
OnInit ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Init event.

OnLoad ( EventArgs e ) : void

Handles the E:System.Web.UI.Control.Load event.

gAuditInformationList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gAuditInformationList control.

gAuditInformationList_Select ( object sender, RowEventArgs e ) : void

Handles the Edit event of the gAuditInformationList control.

gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void

Handles the ApplyFilterClick event of the gfSettings control.

gfSettings_DisplayFilterValue ( object sender, Rock e ) : void

Gs the audit information list filter_ display filter value.

Приватные методы

Метод Описание
BindFilter ( ) : void

Binds the filter.

BindGrid ( ) : void

Binds the grid.

BindProperties ( int auditId ) : void

Binds the properties.

Описание методов

OnInit() защищенный Метод

Handles 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() защищенный Метод

Handles the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

gAuditInformationList_GridRebind() защищенный Метод

Handles the GridRebind event of the gAuditInformationList control.
protected gAuditInformationList_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gAuditInformationList_Select() защищенный Метод

Handles the Edit event of the gAuditInformationList control.
protected gAuditInformationList_Select ( object sender, RowEventArgs e ) : void
sender object The source of the event.
e Rock.Web.UI.Controls.RowEventArgs The instance containing the event data.
Результат void

gfSettings_ApplyFilterClick() защищенный Метод

Handles the ApplyFilterClick event of the gfSettings control.
protected gfSettings_ApplyFilterClick ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

gfSettings_DisplayFilterValue() защищенный Метод

Gs the audit information list filter_ display filter value.
protected gfSettings_DisplayFilterValue ( object sender, Rock e ) : void
sender object The sender.
e Rock The e.
Результат void