C# Class RockWeb.Blocks.Crm.PersonSearch

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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
gPeople_GridRebind ( object sender, EventArgs e ) : void
gPeople_RowSelected ( object sender, RowEventArgs e ) : void

Private Methods

Méthode Description
BindGrid ( ) : void

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

gPeople_GridRebind() protected méthode

protected gPeople_GridRebind ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

gPeople_RowSelected() protected méthode

protected gPeople_RowSelected ( object sender, RowEventArgs e ) : void
sender object
e Rock.Web.UI.Controls.RowEventArgs
Résultat void