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 ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
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.
|
Method | Description | |
---|---|---|
BindGroups ( ) : void |
Binds the groups.
|
protected FormatAddressType ( object addressType ) : string | ||
addressType | object | Type of the address. |
return | string |
protected FormatAsHtmlTitle ( string str ) : string | ||
str | string | The string. |
return | string |
protected FormatPersonCssClass ( bool isDeceased ) : string | ||
isDeceased | bool | The is deceased. |
return | string |
protected FormatPersonDetails ( object dataitem ) : string | ||
dataitem | object | The dataitem. |
return | string |
protected FormatPersonLink ( string personId ) : string | ||
personId | string | The person identifier. |
return | string |
protected FormatPersonName ( string nickName, string lastName ) : string | ||
nickName | string | Name of the nick. |
lastName | string | The last name. |
return | string |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
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 |
return | void |
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 |
return | void |
protected rptrGroups_ItemDataBound ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |
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 |
return | void |