C# 클래스 Smrf.SocialNetworkLib.Twitter.TwitterStatusTextParser

Parses the text of a Twitter status (tweet).
A tweet is known as a "status" in the Twitter API, so "status" is the term used in this class's methods.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_oMentionedRegex System.Text.RegularExpressions.Regex
m_oRepliedToRegex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
GetScreenNames ( String statusText, String &repliedToScreenName, String &uniqueMentionedScreenNames ) : void
TwitterStatusTextParser ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
ReplacePunctuationWithSpaces ( String sStatusText ) : String

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

GetScreenNames() 공개 메소드

public GetScreenNames ( String statusText, String &repliedToScreenName, String &uniqueMentionedScreenNames ) : void
statusText String
repliedToScreenName String
uniqueMentionedScreenNames String
리턴 void

ReplacePunctuationWithSpaces() 보호된 메소드

protected ReplacePunctuationWithSpaces ( String sStatusText ) : String
sStatusText String
리턴 String

TwitterStatusTextParser() 공개 메소드

Initializes a new instance of the class.
public TwitterStatusTextParser ( ) : System
리턴 System

프로퍼티 상세

m_oMentionedRegex 보호되어 있는 프로퍼티

protected Regex,System.Text.RegularExpressions m_oMentionedRegex
리턴 System.Text.RegularExpressions.Regex

m_oRepliedToRegex 보호되어 있는 프로퍼티

protected Regex,System.Text.RegularExpressions m_oRepliedToRegex
리턴 System.Text.RegularExpressions.Regex