C# 클래스 MiniTwitter.Controls.TweetInfo

상속: PropertyChangedBase
파일 보기 프로젝트 열기: iyomumx/MiniTwitter-Mod 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DirectMessageRegex System.Text.RegularExpressions.Regex
Format string>.Dictionary
MentionRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
TweetInfo ( TweetType type, string tweet, string username ) : System
Update ( TweetType type, string tweet, string username ) : TweetType

보호된 메소드들

메소드 설명
Update ( string prop ) : void

메소드 상세

TweetInfo() 공개 메소드

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

Update() 공개 메소드

public Update ( TweetType type, string tweet, string username ) : TweetType
type TweetType
tweet string
username string
리턴 TweetType

Update() 보호된 메소드

protected Update ( string prop ) : void
prop string
리턴 void

프로퍼티 상세

DirectMessageRegex 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions DirectMessageRegex
리턴 System.Text.RegularExpressions.Regex

Format 공개적으로 정적으로 프로퍼티

public static Dictionary Format
리턴 string>.Dictionary

MentionRegex 공개적으로 정적으로 프로퍼티

public static Regex,System.Text.RegularExpressions MentionRegex
리턴 System.Text.RegularExpressions.Regex