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

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

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

Метод Описание
FormatAddressType ( object addressType ) : string

Formats the type of the address.

FormatAsHtmlTitle ( string str ) : string

Formats as HTML title.

FormatPersonCssClass ( bool isDeceased ) : string

Formats the person CSS class.

FormatPersonDetails ( object dataitem ) : string

Formats the details.

FormatPersonLink ( string personId ) : string

Formats the person link...keeping the subpage route on the person link.

FormatPersonName ( string nickName, string lastName ) : string

Formats the name of the person.

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.

rptrAddresses_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void

Handles the ItemCommand event of the rptrAddresses control.

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

Handles the ItemDataBound event of the rptrAddresses control.

rptrGroups_ItemDataBound ( object sender, System e ) : void

Handles the ItemDataBound event of the rptrGroups control.

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

Handles the ItemDataBound event of the rptrMembers control.

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

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

Binds the groups.

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

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

Formats the type of the address.
protected FormatAddressType ( object addressType ) : string
addressType object Type of the address.
Результат string

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

Formats as HTML title.
protected FormatAsHtmlTitle ( string str ) : string
str string The string.
Результат string

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

Formats the person CSS class.
protected FormatPersonCssClass ( bool isDeceased ) : string
isDeceased bool The is deceased.
Результат string

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

Formats the details.
protected FormatPersonDetails ( object dataitem ) : string
dataitem object The dataitem.
Результат string

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

Formats the person link...keeping the subpage route on the person link.
protected FormatPersonLink ( string personId ) : string
personId string The person identifier.
Результат string

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

Formats the name of the person.
protected FormatPersonName ( string nickName, string lastName ) : string
nickName string Name of the nick.
lastName string The last name.
Результат string

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

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

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

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

Handles the ItemCommand event of the rptrAddresses control.
protected rptrAddresses_ItemCommand ( object source, System.Web.UI.WebControls.RepeaterCommandEventArgs e ) : void
source object The source of the event.
e System.Web.UI.WebControls.RepeaterCommandEventArgs The instance containing the event data.
Результат void

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

Handles the ItemDataBound event of the rptrAddresses control.
protected rptrAddresses_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

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

Handles the ItemDataBound event of the rptrGroups control.
protected rptrGroups_ItemDataBound ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Результат void

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

Handles the ItemDataBound event of the rptrMembers control.
protected rptrMembers_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