C# Class MiniTwitter.Controls.TweetInfo

Inheritance: PropertyChangedBase
Mostra file Open project: iyomumx/MiniTwitter-Mod Class Usage Examples

Public Properties

Property Type Description
DirectMessageRegex System.Text.RegularExpressions.Regex
Format string>.Dictionary
MentionRegex System.Text.RegularExpressions.Regex

Public Methods

Method Description
TweetInfo ( TweetType type, string tweet, string username ) : System
Update ( TweetType type, string tweet, string username ) : TweetType

Protected Methods

Method Description
Update ( string prop ) : void

Method Details

TweetInfo() public method

public TweetInfo ( TweetType type, string tweet, string username ) : System
type TweetType
tweet string
username string
return System

Update() public method

public Update ( TweetType type, string tweet, string username ) : TweetType
type TweetType
tweet string
username string
return TweetType

Update() protected method

protected Update ( string prop ) : void
prop string
return void

Property Details

DirectMessageRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions DirectMessageRegex
return System.Text.RegularExpressions.Regex

Format public_oe static_oe property

public static Dictionary Format
return string>.Dictionary

MentionRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions MentionRegex
return System.Text.RegularExpressions.Regex