C# Class MahTweets.TwitterPlugin.UI.Tweet

Inheritance: MahTweets.Core.Interfaces.Plugins.StatusUpdate, IWeakEventListener
显示文件 Open project: nickhodge/MahTweets.LawrenceHargrave Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Filter() public method

public Filter ( string ignore ) : bool
ignore string
return bool

ReceiveWeakEvent() public method

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
return bool

Track() public method

public Track ( String term ) : void
term String
return void

Tweet() public method

public Tweet ( ) : System
return System