C# 클래스 Streamer.QueryFollow

상속: TwitterQuery
파일 보기 프로젝트 열기: EddieCameron/Streamer 1 사용 예제들

공개 메소드들

메소드 설명
AddID ( int id ) : bool
GetFollowedIDs ( ) : List
GetKey ( ) : string
GetParameter ( ) : string
MergeQuery ( TwitterQuery toMerge ) : void
QueryFollow ( ) : System.Collections.Generic
QueryFollow ( int id ) : System.Collections.Generic
RemoveQuery ( TwitterQuery toRemove ) : void

메소드 상세

AddID() 공개 메소드

public AddID ( int id ) : bool
id int
리턴 bool

GetFollowedIDs() 공개 메소드

public GetFollowedIDs ( ) : List
리턴 List

GetKey() 공개 메소드

public GetKey ( ) : string
리턴 string

GetParameter() 공개 메소드

public GetParameter ( ) : string
리턴 string

MergeQuery() 공개 메소드

public MergeQuery ( TwitterQuery toMerge ) : void
toMerge TwitterQuery
리턴 void

QueryFollow() 공개 메소드

public QueryFollow ( ) : System.Collections.Generic
리턴 System.Collections.Generic

QueryFollow() 공개 메소드

public QueryFollow ( int id ) : System.Collections.Generic
id int
리턴 System.Collections.Generic

RemoveQuery() 공개 메소드

public RemoveQuery ( TwitterQuery toRemove ) : void
toRemove TwitterQuery
리턴 void