C# Class Rock.PersonProfile.IconBadge

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

Public Methods

Method Description
GetIconPath ( Person person ) : string

Gets the icon path.

GetToolTipText ( Person person ) : string

Gets the tool tip text.

Render ( PersonBadgeCache badge, System writer ) : void

Renders the specified writer.

Method Details

GetIconPath() public abstract method

Gets the icon path.
public abstract GetIconPath ( Person person ) : string
person Person The person.
return string

GetToolTipText() public abstract method

Gets the tool tip text.
public abstract GetToolTipText ( Person person ) : string
person Person The person.
return string

Render() public method

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