C# 클래스 AjaxControlToolkit.TwitterAPI

Contains methods for interacting with the Twitter API over the network.
파일 보기 프로젝트 열기: DevExpress/AjaxControlToolkit 1 사용 예제들

공개 메소드들

메소드 설명
GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
GetSearch ( string search, int count ) : List

비공개 메소드들

메소드 설명
ParseDateTime ( string date ) : System.DateTime
Query ( string resourceUrl, string>.IEnumerable parameters ) : string

메소드 상세

GetProfile() 공개 메소드

public GetProfile ( string screenName, int count, bool includeRetweets, bool includeReplies ) : IList
screenName string
count int
includeRetweets bool
includeReplies bool
리턴 IList

GetSearch() 공개 메소드

public GetSearch ( string search, int count ) : List
search string
count int
리턴 List