C# Class MiniTwitter.Controls.TweetInfo

Inheritance: PropertyChangedBase
Afficher le fichier Open project: iyomumx/MiniTwitter-Mod Class Usage Examples

Méthodes publiques

Свойство Type Description
DirectMessageRegex System.Text.RegularExpressions.Regex
Format string>.Dictionary
MentionRegex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
TweetInfo ( TweetType type, string tweet, string username ) : System
Update ( TweetType type, string tweet, string username ) : TweetType

Méthodes protégées

Méthode Description
Update ( string prop ) : void

Method Details

TweetInfo() public méthode

public TweetInfo ( TweetType type, string tweet, string username ) : System
type TweetType
tweet string
username string
Résultat System

Update() public méthode

public Update ( TweetType type, string tweet, string username ) : TweetType
type TweetType
tweet string
username string
Résultat TweetType

Update() protected méthode

protected Update ( string prop ) : void
prop string
Résultat void

Property Details

DirectMessageRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions DirectMessageRegex
Résultat System.Text.RegularExpressions.Regex

Format public_oe static_oe property

public static Dictionary Format
Résultat string>.Dictionary

MentionRegex public_oe static_oe property

public static Regex,System.Text.RegularExpressions MentionRegex
Résultat System.Text.RegularExpressions.Regex