C# Class Rock.PersonProfile.HighlightLabelBadge

Base class for person profile icon badges
Inheritance: Rock.PersonProfile.BadgeComponent
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Méthode Description
GetLabel ( Person person ) : HighlightLabel

Gets the badge label

Render ( PersonBadgeCache badge, System writer ) : void

Renders the specified writer.

Method Details

GetLabel() public méthode

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

Render() public méthode

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