C# Class Rock.PersonProfile.HighlightLabelBadge

Base class for person profile icon badges
Inheritance: Rock.PersonProfile.BadgeComponent
Show file Open project: NewSpring/Rock

Public Methods

Method Description
GetLabel ( Person person ) : HighlightLabel

Gets the badge label

Render ( PersonBadgeCache badge, System writer ) : void

Renders the specified writer.

Method Details

GetLabel() public method

Gets the badge label
public GetLabel ( Person person ) : HighlightLabel
person Person The person.
return Rock.Web.UI.Controls.HighlightLabel

Render() public method

Renders the specified writer.
public Render ( PersonBadgeCache badge, System writer ) : void
badge PersonBadgeCache The badge.
writer System The writer.
return void