C# 클래스 Sitecore.Social.Hyves.Publishing.Renderers.HyvesMessageRenderer

상속: IMessageRenderer
파일 보기 프로젝트 열기: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

공개 메소드들

메소드 설명
GetMessageContentCssClass ( ) : string

Gets the message content CSS class.

RenderMessage ( SocialMessageBase socialMessageBase, string sourceName, IMessageTextRenderStrategy messageTextRenderStrategy ) : string

Renders the message.

메소드 상세

GetMessageContentCssClass() 공개 메소드

Gets the message content CSS class.
public GetMessageContentCssClass ( ) : string
리턴 string

RenderMessage() 공개 메소드

Renders the message.
public RenderMessage ( SocialMessageBase socialMessageBase, string sourceName, IMessageTextRenderStrategy messageTextRenderStrategy ) : string
socialMessageBase SocialMessageBase The social message base.
sourceName string Name of the source.
messageTextRenderStrategy IMessageTextRenderStrategy The message text render strategy.
리턴 string