C# 클래스 Smrf.NodeXL.GraphMLLib.TwitterStatus

Stores information about a Twitter status.
This is meant for use while creating Twitter GraphML XML documents for use with the NodeXL Excel Template.
상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_Hashtags String
m_ID String
m_InReplyToStatusID String
m_Latitude String
m_Longitude String
m_ParsedDateUtc String
m_Text String
m_Urls String

공개 메소드들

메소드 설명
TryFromStatusValueDictionary ( Object>.Dictionary statusValueDictionary, System.Boolean expandStatusUrls, TwitterStatus &twitterStatus ) : System.Boolean

비공개 메소드들

메소드 설명
AssertValid ( ) : void
TwitterStatus ( String ID, String text, String parsedDateUtc, String latitude, String longitude, String urls, String hashtags, String inReplyToStatusID ) : System

Initializes a new instance of the TwitterStatus class.

메소드 상세

TryFromStatusValueDictionary() 공개 정적인 메소드

public static TryFromStatusValueDictionary ( Object>.Dictionary statusValueDictionary, System.Boolean expandStatusUrls, TwitterStatus &twitterStatus ) : System.Boolean
statusValueDictionary Object>.Dictionary
expandStatusUrls System.Boolean
twitterStatus TwitterStatus
리턴 System.Boolean

프로퍼티 상세

m_Hashtags 보호되어 있는 프로퍼티

protected String m_Hashtags
리턴 String

m_ID 보호되어 있는 프로퍼티

protected String m_ID
리턴 String

m_InReplyToStatusID 보호되어 있는 프로퍼티

protected String m_InReplyToStatusID
리턴 String

m_Latitude 보호되어 있는 프로퍼티

protected String m_Latitude
리턴 String

m_Longitude 보호되어 있는 프로퍼티

protected String m_Longitude
리턴 String

m_ParsedDateUtc 보호되어 있는 프로퍼티

protected String m_ParsedDateUtc
리턴 String

m_Text 보호되어 있는 프로퍼티

protected String m_Text
리턴 String

m_Urls 보호되어 있는 프로퍼티

protected String m_Urls
리턴 String