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
Afficher le fichier Open project: Sitecore/Hyves-network-provider-for-Sitecore-Social-Connected-1.3

Méthodes publiques

Méthode Description
HyvesPublishProvider ( Message message ) : System

Initializes a new instance of the HyvesPublishProvider class.

PublishAll ( ) : void

Posts the message on the Hyves WWW.

Méthodes protégées

Méthode Description
BuildHyvesMessage ( Message message ) : string

Builds the hyves message.

Method Details

BuildHyvesMessage() protected méthode

Builds the hyves message.
protected BuildHyvesMessage ( Message message ) : string
message Message The message.
Résultat string

HyvesPublishProvider() public méthode

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

PublishAll() public méthode

Posts the message on the Hyves WWW.
public PublishAll ( ) : void
Résultat void