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

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

Protected Methods

Method 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

Method Description
BindGroups ( ) : void

Binds the groups.

Method Details

FormatAddressType() protected method

Formats the type of the address.
protected FormatAddressType ( object addressType ) : string
addressType object Type of the address.
return string

FormatAsHtmlTitle() protected method

Formats as HTML title.
protected FormatAsHtmlTitle ( string str ) : string
str string The string.
return string

FormatPersonCssClass() protected method

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

FormatPersonDetails() protected method

Formats the details.
protected FormatPersonDetails ( object dataitem ) : string
dataitem object The dataitem.
return string

FormatPersonLink() protected method

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

FormatPersonName() protected method

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

OnInit() protected method

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

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

rptrAddresses_ItemCommand() protected method

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

rptrAddresses_ItemDataBound() protected method

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

rptrGroups_ItemDataBound() protected method

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

rptrMembers_ItemDataBound() protected method

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