C# Class Sitecore.Social.Hyves.Publishing.Providers.HyvesPublishProvider

The class prepares message for posting and posts in on the Hyves WWW (Who What Where)
Inheritance: PublishProviderBase
Mostra file Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Public Methods

Method Description
HyvesPublishProvider ( Message message ) : System

Initializes a new instance of the HyvesPublishProvider class.

PublishAll ( ) : void

Posts the message on the Hyves WWW.

Protected Methods

Method Description
BuildHyvesMessage ( Message message ) : string

Builds the hyves message.

Method Details

BuildHyvesMessage() protected method

Builds the hyves message.
protected BuildHyvesMessage ( Message message ) : string
message Message The message.
return string

HyvesPublishProvider() public method

Initializes a new instance of the HyvesPublishProvider class.
public HyvesPublishProvider ( Message message ) : System
message Message The message.
return System

PublishAll() public method

Posts the message on the Hyves WWW.
public PublishAll ( ) : void
return void