C# Class Smrf.NodeXL.GraphDataProviders.Twitter.TwitterSearchNetworkAnalyzer

Gets a network of people who have tweeted a specified search term.
Use GetNetworkAsync to asynchronously get the network, or GetNetwork to get it synchronously.
Inheritance: TwitterNetworkAnalyzerBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
AssertValid ( ) : void
GetNetwork ( String searchTerm, WhatToInclude whatToInclude, Int32 maximumStatuses ) : XmlDocument
GetNetworkAsync ( String searchTerm, WhatToInclude whatToInclude, Int32 maximumStatuses ) : void
TwitterSearchNetworkAnalyzer ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
AppendVertexXmlNodesForMentionsAndRepliesTo ( WhatToInclude eWhatToInclude, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, RequestStatistics oRequestStatistics ) : void
AppendVertexXmlNodesForSearchTerm ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, RequestStatistics oRequestStatistics ) : void
BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
GetNetworkDescription ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, GraphMLXmlDocument oGraphMLXmlDocument ) : String
GetNetworkInternal ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses ) : XmlDocument
GetNetworkInternal ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean

Method Details

AppendVertexXmlNodesForMentionsAndRepliesTo() protected méthode

protected AppendVertexXmlNodesForMentionsAndRepliesTo ( WhatToInclude eWhatToInclude, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, RequestStatistics oRequestStatistics ) : void
eWhatToInclude WhatToInclude
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oUserIDDictionary TwitterUser>.Dictionary
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
Résultat void

AppendVertexXmlNodesForSearchTerm() protected méthode

protected AppendVertexXmlNodesForSearchTerm ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, RequestStatistics oRequestStatistics ) : void
sSearchTerm String
eWhatToInclude WhatToInclude
iMaximumStatuses System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oUserIDDictionary TwitterUser>.Dictionary
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
Résultat void

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

BackgroundWorker_DoWork() protected méthode

protected BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
Résultat void

GetNetwork() public méthode

public GetNetwork ( String searchTerm, WhatToInclude whatToInclude, Int32 maximumStatuses ) : XmlDocument
searchTerm String
whatToInclude WhatToInclude
maximumStatuses System.Int32
Résultat System.Xml.XmlDocument

GetNetworkAsync() public méthode

public GetNetworkAsync ( String searchTerm, WhatToInclude whatToInclude, Int32 maximumStatuses ) : void
searchTerm String
whatToInclude WhatToInclude
maximumStatuses System.Int32
Résultat void

GetNetworkDescription() protected méthode

protected GetNetworkDescription ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, GraphMLXmlDocument oGraphMLXmlDocument ) : String
sSearchTerm String
eWhatToInclude WhatToInclude
iMaximumStatuses System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
Résultat String

GetNetworkInternal() protected méthode

protected GetNetworkInternal ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses ) : XmlDocument
sSearchTerm String
eWhatToInclude WhatToInclude
iMaximumStatuses System.Int32
Résultat System.Xml.XmlDocument

GetNetworkInternal() protected méthode

protected GetNetworkInternal ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
sSearchTerm String
eWhatToInclude WhatToInclude
iMaximumStatuses System.Int32
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
Résultat void

TwitterSearchNetworkAnalyzer() public méthode

Initializes a new instance of the class.
public TwitterSearchNetworkAnalyzer ( ) : System
Résultat System

WhatToIncludeFlagIsSet() protected méthode

protected WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean
eORedEnumFlags WhatToInclude
eORedEnumFlagsToCheck WhatToInclude
Résultat System.Boolean