C# Класс RockWeb.Blocks.Security.PersonViewedSummary

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

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

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

Binds the grid.

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.

gViewedBy_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gViewedBy control.

gViewed_RowSelected ( object sender, RowEventArgs e ) : void

Handles the RowSelected event of the gViewed control.

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

Метод Описание
gViewedBy_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gViewedBy control.

gViewed_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gViewed control.

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

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

Binds the grid.
protected BindGrid ( ) : void
Результат void

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

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

Handles the RowSelected event of the gViewedBy control.
protected gViewedBy_RowSelected ( 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

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

Handles the RowSelected event of the gViewed control.
protected gViewed_RowSelected ( 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