C# Class Sitecore.Social.Hyves.Publishing.Renderers.HyvesMessageRenderer

Inheritance: IMessageRenderer
Mostrar archivo Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Public Methods

Method Description
GetMessageContentCssClass ( ) : string

Gets the message content CSS class.

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

Renders the message.

Method Details

GetMessageContentCssClass() public method

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

RenderMessage() public method

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.
return string