C# 클래스 RockWeb.Blocks.Crm.PersonDetail.GroupMembers

상속: Rock.Web.UI.PersonBlock
파일 보기 프로젝트 열기: NewPointe/Rockit 1 사용 예제들

보호된 메소드들

메소드 설명
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