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

Gets a network that shows the connections between a set of Twitter users specified by either a single Twitter List name or by a set of Twitter screen names.
Use GetNetworkAsync to asynchronously get the network.
Inheritance: TwitterNetworkAnalyzerBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
AssertValid ( ) : void
GetNetwork ( System.Boolean useListName, String listName, ICollection screenNames, WhatToInclude whatToInclude ) : XmlDocument
GetNetworkAsync ( System.Boolean useListName, String listName, ICollection screenNames, WhatToInclude whatToInclude ) : void
TryParseListName ( String listName, String &slug, String &ownerScreenName ) : System.Boolean
TwitterListNetworkAnalyzer ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
AppendVertexXmlNode ( String sScreenName, String sUserID, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, Object>.Dictionary oUserValueDictionary, System.Boolean bIncludeStatistics, System.Boolean bIncludeLatestStatus, System.Boolean bExpandLatestStatusUrls ) : void
AppendVertexXmlNodes ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, RequestStatistics oRequestStatistics ) : void
BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
CreateGraphMLXmlDocument ( System.Boolean bIncludeStatistics, System.Boolean bIncludeLatestStatuses ) : GraphMLXmlDocument
GetNetworkDescription ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude ) : String
GetNetworkInternal ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude ) : XmlDocument
GetNetworkInternal ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean

Method Details

AppendVertexXmlNode() protected méthode

protected AppendVertexXmlNode ( String sScreenName, String sUserID, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, Object>.Dictionary oUserValueDictionary, System.Boolean bIncludeStatistics, System.Boolean bIncludeLatestStatus, System.Boolean bExpandLatestStatusUrls ) : void
sScreenName String
sUserID String
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
oUserIDDictionary TwitterUser>.Dictionary
oUserValueDictionary Object>.Dictionary
bIncludeStatistics System.Boolean
bIncludeLatestStatus System.Boolean
bExpandLatestStatusUrls System.Boolean
Résultat void

AppendVertexXmlNodes() protected méthode

protected AppendVertexXmlNodes ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude, GraphMLXmlDocument oGraphMLXmlDocument, TwitterUser>.Dictionary oUserIDDictionary, RequestStatistics oRequestStatistics ) : void
bUseListName System.Boolean
sListName String
oScreenNames ICollection
eWhatToInclude WhatToInclude
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

CreateGraphMLXmlDocument() protected méthode

protected CreateGraphMLXmlDocument ( System.Boolean bIncludeStatistics, System.Boolean bIncludeLatestStatuses ) : GraphMLXmlDocument
bIncludeStatistics System.Boolean
bIncludeLatestStatuses System.Boolean
Résultat Smrf.XmlLib.GraphMLXmlDocument

GetNetwork() public méthode

public GetNetwork ( System.Boolean useListName, String listName, ICollection screenNames, WhatToInclude whatToInclude ) : XmlDocument
useListName System.Boolean
listName String
screenNames ICollection
whatToInclude WhatToInclude
Résultat System.Xml.XmlDocument

GetNetworkAsync() public méthode

public GetNetworkAsync ( System.Boolean useListName, String listName, ICollection screenNames, WhatToInclude whatToInclude ) : void
useListName System.Boolean
listName String
screenNames ICollection
whatToInclude WhatToInclude
Résultat void

GetNetworkDescription() protected méthode

protected GetNetworkDescription ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude ) : String
bUseListName System.Boolean
sListName String
oScreenNames ICollection
eWhatToInclude WhatToInclude
Résultat String

GetNetworkInternal() protected méthode

protected GetNetworkInternal ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude ) : XmlDocument
bUseListName System.Boolean
sListName String
oScreenNames ICollection
eWhatToInclude WhatToInclude
Résultat System.Xml.XmlDocument

GetNetworkInternal() protected méthode

protected GetNetworkInternal ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude, RequestStatistics oRequestStatistics, GraphMLXmlDocument oGraphMLXmlDocument ) : void
bUseListName System.Boolean
sListName String
oScreenNames ICollection
eWhatToInclude WhatToInclude
oRequestStatistics Smrf.SocialNetworkLib.RequestStatistics
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
Résultat void

TryParseListName() public static méthode

public static TryParseListName ( String listName, String &slug, String &ownerScreenName ) : System.Boolean
listName String
slug String
ownerScreenName String
Résultat System.Boolean

TwitterListNetworkAnalyzer() public méthode

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

WhatToIncludeFlagIsSet() protected méthode

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