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

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

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
BindGroups ( ) : void

Binds the groups.

Method Details

FormatAddressType() protected méthode

Formats the type of the address.
protected FormatAddressType ( object addressType ) : string
addressType object Type of the address.
Résultat string

FormatAsHtmlTitle() protected méthode

Formats as HTML title.
protected FormatAsHtmlTitle ( string str ) : string
str string The string.
Résultat string

FormatPersonCssClass() protected méthode

Formats the person CSS class.
protected FormatPersonCssClass ( bool isDeceased ) : string
isDeceased bool The is deceased.
Résultat string

FormatPersonDetails() protected méthode

Formats the details.
protected FormatPersonDetails ( object dataitem ) : string
dataitem object The dataitem.
Résultat string

FormatPersonLink() protected méthode

Formats the person link...keeping the subpage route on the person link.
protected FormatPersonLink ( string personId ) : string
personId string The person identifier.
Résultat string

FormatPersonName() protected méthode

Formats the name of the person.
protected FormatPersonName ( string nickName, string lastName ) : string
nickName string Name of the nick.
lastName string The last name.
Résultat string

OnInit() protected méthode

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
Résultat void

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

rptrAddresses_ItemCommand() protected méthode

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.
Résultat void

rptrAddresses_ItemDataBound() protected méthode

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.
Résultat void

rptrGroups_ItemDataBound() protected méthode

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.
Résultat void

rptrMembers_ItemDataBound() protected méthode

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.
Résultat void