C# Класс Rock.PersonProfile.HighlightLabelBadge

Base class for person profile icon badges
Наследование: Rock.PersonProfile.BadgeComponent
Показать файл Открыть проект

Открытые методы

Метод Описание
GetLabel ( Person person ) : HighlightLabel

Gets the badge label

Render ( PersonBadgeCache badge, System writer ) : void

Renders the specified writer.

Описание методов

GetLabel() публичный Метод

Gets the badge label
public GetLabel ( Person person ) : HighlightLabel
person Person The person.
Результат Rock.Web.UI.Controls.HighlightLabel

Render() публичный Метод

Renders the specified writer.
public Render ( PersonBadgeCache badge, System writer ) : void
badge PersonBadgeCache The badge.
writer System The writer.
Результат void