C# Class RockWeb.Blocks.Crm.PersonDetail.ConnectionRequests

Inheritance: Rock.Web.UI.PersonBlock
Afficher le fichier Open project: NewPointe/Rockit

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

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

rConnectionTypes_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rConnectionTypes control.

Private Methods

Méthode Description
BindData ( ) : void

Binds the data.

Method Details

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

rConnectionTypes_ItemDataBound() protected méthode

Handles the ItemDataBound event of the rConnectionTypes control.
protected rConnectionTypes_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.RepeaterItemEventArgs The instance containing the event data.
Résultat void