C# 클래스 TwitFaves.Data.TwitterService

상속: ITwitterService
파일 보기 프로젝트 열기: nikhilk/silverlightfx

공개 메소드들

메소드 설명
GetProfile ( string userName, Action profileCallback ) : void
GetTweets ( string userName, Action tweetsCallback ) : void

비공개 메소드들

메소드 설명
ParseDateTime ( string date ) : System.DateTime
ProcessHashTags ( string text ) : string

메소드 상세

GetProfile() 공개 메소드

public GetProfile ( string userName, Action profileCallback ) : void
userName string
profileCallback Action
리턴 void

GetTweets() 공개 메소드

public GetTweets ( string userName, Action tweetsCallback ) : void
userName string
tweetsCallback Action
리턴 void