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

Inheritance: Rock.Web.UI.PersonBlock
Datei anzeigen Open project: NewPointe/Rockit

Protected Methods

Method 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

Method Description
BindData ( ) : void

Binds the data.

Method Details

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

rConnectionTypes_ItemDataBound() protected method

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