C# Class RockWeb.Blocks.Security.PersonViewedSummary

Inheritance: Rock.Web.UI.RockBlock
Mostrar archivo Open project: CentralAZ/Rockit-CentralAZ

Protected Methods

Method Description
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.

Private Methods

Method Description
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.

Method Details

BindGrid() protected method

Binds the grid.
protected BindGrid ( ) : void
return void

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

gViewedBy_RowSelected() protected method

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.
return void

gViewed_RowSelected() protected method

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.
return void