C# Class Geekhub.Modules.Alerts.Support.TwitterMeetingAlertGenerator

Mostra file Open project: geekhubdk/geekhub Class Usage Examples

Public Methods

Method Description
GenerateMessage ( Meeting meeting ) : string
SendTweetWithLink ( string message, string hashTags, string link, string date ) : string

Method Details

GenerateMessage() public method

public GenerateMessage ( Meeting meeting ) : string
meeting Geekhub.Modules.Meetings.Models.Meeting
return string

SendTweetWithLink() public method

public SendTweetWithLink ( string message, string hashTags, string link, string date ) : string
message string
hashTags string
link string
date string
return string