C# 클래스 MahTweets.TwitterPlugin.UI.Tweet

상속: MahTweets.Core.Interfaces.Plugins.StatusUpdate, IWeakEventListener
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Filter ( string ignore ) : bool
ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool

Recieves WeakEvents - including Global Pulses when it's time to actually update the time.

Track ( String term ) : void
Tweet ( ) : System

메소드 상세

Filter() 공개 메소드

public Filter ( string ignore ) : bool
ignore string
리턴 bool

ReceiveWeakEvent() 공개 메소드

Recieves WeakEvents - including Global Pulses when it's time to actually update the time.
public ReceiveWeakEvent ( Type managerType, object sender, EventArgs e ) : bool
managerType System.Type
sender object
e System.EventArgs
리턴 bool

Track() 공개 메소드

public Track ( String term ) : void
term String
리턴 void

Tweet() 공개 메소드

public Tweet ( ) : System
리턴 System