C# Class Postworthy.Tasks.Bot.Settings.TweetBotRuntimeSettings

Inheritance: RepositoryEntity
Mostrar archivo Open project: postworthy/postworthy Class Usage Examples

Public Methods

Method Description
AddPastTweet ( Tweet tweet ) : void
AddPotentialTweets ( List tweets, bool retweets = false ) : void
GetPastTweets ( int size = 50 ) : Tweet[]
GetPotentialTweets ( bool retweets = false ) : Tweet[]
IsEqual ( RepositoryEntity other ) : bool
RemovePastTweet ( Tweet tweet ) : void
RemovePotentialTweet ( Tweet tweet, bool retweet = false ) : void
TweetBotRuntimeSettings ( ) : System

Method Details

AddPastTweet() public method

public AddPastTweet ( Tweet tweet ) : void
tweet Tweet
return void

AddPotentialTweets() public method

public AddPotentialTweets ( List tweets, bool retweets = false ) : void
tweets List
retweets bool
return void

GetPastTweets() public method

public GetPastTweets ( int size = 50 ) : Tweet[]
size int
return Tweet[]

GetPotentialTweets() public method

public GetPotentialTweets ( bool retweets = false ) : Tweet[]
retweets bool
return Tweet[]

IsEqual() public method

public IsEqual ( RepositoryEntity other ) : bool
other RepositoryEntity
return bool

RemovePastTweet() public method

public RemovePastTweet ( Tweet tweet ) : void
tweet Tweet
return void

RemovePotentialTweet() public method

public RemovePotentialTweet ( Tweet tweet, bool retweet = false ) : void
tweet Tweet
retweet bool
return void

TweetBotRuntimeSettings() public method

public TweetBotRuntimeSettings ( ) : System
return System