C# Class RockWeb.Blocks.Crm.PersonDuplicateDetail

Inheritance: Rock.Web.UI.RockBlock
Mostrar archivo Open project: NewPointe/Rockit

Public Methods

Method Description
GetCampuses ( Person person ) : List

Gets the campus.

GetConfidenceScoreColumnHtml ( double confidenceScore ) : string

Gets the Confidence Score HTML include bootstrap label

GetGroupLocations ( Person person ) : List

Gets the addresses.

GetPersonViewOnClick ( int personId ) : string

Gets the person view onclick.

GetPhoneNumbers ( Person person ) : List

Gets the phone numbers.

Protected Methods

Method Description
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.

btnIgnoreDuplicate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnIgnoreDuplicate control.

btnNotDuplicate_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnNotDuplicate control.

gList_GridRebind ( object sender, EventArgs e ) : void

Handles the GridRebind event of the gList control.

gList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void

Handles the RowDataBound event of the gList control.

Private Methods

Method Description
BindGrid ( ) : void

Binds the grid.

Method Details

GetCampuses() public method

Gets the campus.
public GetCampuses ( Person person ) : List
person Person The person.
return List

GetConfidenceScoreColumnHtml() public method

Gets the Confidence Score HTML include bootstrap label
public GetConfidenceScoreColumnHtml ( double confidenceScore ) : string
confidenceScore double The confidence score.
return string

GetGroupLocations() public method

Gets the addresses.
public GetGroupLocations ( Person person ) : List
person Person The person.
return List

GetPersonViewOnClick() public method

Gets the person view onclick.
public GetPersonViewOnClick ( int personId ) : string
personId int The person identifier.
return string

GetPhoneNumbers() public method

Gets the phone numbers.
public GetPhoneNumbers ( Person person ) : List
person Person The person.
return List

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

btnIgnoreDuplicate_Click() protected method

Handles the Click event of the btnIgnoreDuplicate control.
protected btnIgnoreDuplicate_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

btnNotDuplicate_Click() protected method

Handles the Click event of the btnNotDuplicate control.
protected btnNotDuplicate_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gList_GridRebind() protected method

Handles the GridRebind event of the gList control.
protected gList_GridRebind ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
return void

gList_RowDataBound() protected method

Handles the RowDataBound event of the gList control.
protected gList_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object The source of the event.
e System.Web.UI.WebControls.GridViewRowEventArgs The instance containing the event data.
return void