C# 클래스 Rock.PersonProfile.IconBadge

Base class for person profile icon badges
상속: Rock.PersonProfile.BadgeComponent
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
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.

메소드 상세

GetIconPath() 공개 추상적인 메소드

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

GetToolTipText() 공개 추상적인 메소드

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

Render() 공개 메소드

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