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

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

Открытые методы

Метод Описание
SetVisible ( bool visible ) : void

Sets the visible.

gReport_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gReport control.

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

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

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

gReport_Delete ( object sender, RowEventArgs e ) : void

Handles the Delete event of the gReport control.

gReport_RowSelected ( object sender, Rock e ) : void

Handles the RowSelected event of the gReport control.

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

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

Binds the grid.

InvokeServiceMethod ( string methodName, Type types, object parameters ) : object

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

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

SetVisible() публичный Метод

Sets the visible.
public SetVisible ( bool visible ) : void
visible bool if set to true [visible].
Результат void

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

Handles the Delete event of the gReport control.
protected gReport_Delete ( 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

gReport_GridRebind() публичный Метод

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

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

Handles the RowSelected event of the gReport control.
protected gReport_RowSelected ( object sender, Rock e ) : void
sender object The source of the event.
e Rock The instance containing the event data.
Результат void