C# Class 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.
Inheritance: Object
Show file Open project: 2014-sed-team3/term-project Class Usage Examples

Protected Properties

Property Type Description
m_Hashtags String
m_ID String
m_InReplyToStatusID String
m_Latitude String
m_Longitude String
m_ParsedDateUtc String
m_Text String
m_Urls String

Public Methods

Method Description
TryFromStatusValueDictionary ( Object>.Dictionary statusValueDictionary, System.Boolean expandStatusUrls, TwitterStatus &twitterStatus ) : System.Boolean

Private Methods

Method Description
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.

Method Details

TryFromStatusValueDictionary() public static method

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

Property Details

m_Hashtags protected property

protected String m_Hashtags
return String

m_ID protected property

protected String m_ID
return String

m_InReplyToStatusID protected property

protected String m_InReplyToStatusID
return String

m_Latitude protected property

protected String m_Latitude
return String

m_Longitude protected property

protected String m_Longitude
return String

m_ParsedDateUtc protected property

protected String m_ParsedDateUtc
return String

m_Text protected property

protected String m_Text
return String

m_Urls protected property

protected String m_Urls
return String