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 |
Method | Description | |
---|---|---|
TryFromStatusValueDictionary ( Object>.Dictionary |
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.
|
public static TryFromStatusValueDictionary ( Object>.Dictionary |
||
statusValueDictionary | Object>.Dictionary | |
expandStatusUrls | System.Boolean | |
twitterStatus | ||
return | System.Boolean |