C# Class RockWeb.Blocks.Security.PersonViewedSummary

Inheritance: Rock.Web.UI.RockBlock
Afficher le fichier Open project: CentralAZ/Rockit-CentralAZ

Méthodes protégées

Méthode 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

Méthode 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 méthode

Binds the grid.
protected BindGrid ( ) : void
Résultat void

OnInit() protected méthode

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

OnLoad() protected méthode

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

gViewedBy_RowSelected() protected méthode

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.
Résultat void

gViewed_RowSelected() protected méthode

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.
Résultat void