C# Класс RockWeb.Blocks.Crm.PersonDetail.ConnectionRequests

Наследование: Rock.Web.UI.PersonBlock
Показать файл Открыть проект

Защищенные методы

Метод Описание
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.

Приватные методы

Метод Описание
BindData ( ) : void

Binds the data.

Описание методов

OnLoad() защищенный Метод

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
Результат void

rConnectionTypes_ItemDataBound() защищенный Метод

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.
Результат void