C# 클래스 DotNetGroup.Services.Twitter.TwitterSearchEntryHelper

상속: ITwitterSearchEntryHelper
파일 보기 프로젝트 열기: sergejusb/DotNetGroup 1 사용 예제들

공개 메소드들

메소드 설명
GetHashtags ( ) : string[]
GetStatusHtml ( ) : string
GetStatusUrl ( ) : string
GetUserUrl ( ) : string
TwitterSearchEntryHelper ( LinqToTwitter.SearchEntry entry ) : System.Linq
TwitterSearchEntryHelper ( LinqToTwitter.SearchEntry entry, ITweetParser tweetParser ) : System.Linq

메소드 상세

GetHashtags() 공개 메소드

public GetHashtags ( ) : string[]
리턴 string[]

GetStatusHtml() 공개 메소드

public GetStatusHtml ( ) : string
리턴 string

GetStatusUrl() 공개 메소드

public GetStatusUrl ( ) : string
리턴 string

GetUserUrl() 공개 메소드

public GetUserUrl ( ) : string
리턴 string

TwitterSearchEntryHelper() 공개 메소드

public TwitterSearchEntryHelper ( LinqToTwitter.SearchEntry entry ) : System.Linq
entry LinqToTwitter.SearchEntry
리턴 System.Linq

TwitterSearchEntryHelper() 공개 메소드

public TwitterSearchEntryHelper ( LinqToTwitter.SearchEntry entry, ITweetParser tweetParser ) : System.Linq
entry LinqToTwitter.SearchEntry
tweetParser ITweetParser
리턴 System.Linq