C# 클래스 Postworthy.Tasks.Bot.Settings.TweetBotRuntimeSettings

상속: RepositoryEntity
파일 보기 프로젝트 열기: postworthy/postworthy 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddPastTweet() 공개 메소드

public AddPastTweet ( Tweet tweet ) : void
tweet Tweet
리턴 void

AddPotentialTweets() 공개 메소드

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

GetPastTweets() 공개 메소드

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

GetPotentialTweets() 공개 메소드

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

IsEqual() 공개 메소드

public IsEqual ( RepositoryEntity other ) : bool
other RepositoryEntity
리턴 bool

RemovePastTweet() 공개 메소드

public RemovePastTweet ( Tweet tweet ) : void
tweet Tweet
리턴 void

RemovePotentialTweet() 공개 메소드

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

TweetBotRuntimeSettings() 공개 메소드

public TweetBotRuntimeSettings ( ) : System
리턴 System