C# Класс 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.
Наследование: TwitterNetworkAnalyzerBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Описание методов

AppendVertexXmlNode() защищенный Метод

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
Результат void

AppendVertexXmlNodes() защищенный Метод

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
Результат void

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

BackgroundWorker_DoWork() защищенный Метод

protected BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
Результат void

CreateGraphMLXmlDocument() защищенный Метод

protected CreateGraphMLXmlDocument ( System.Boolean bIncludeStatistics, System.Boolean bIncludeLatestStatuses ) : GraphMLXmlDocument
bIncludeStatistics System.Boolean
bIncludeLatestStatuses System.Boolean
Результат Smrf.XmlLib.GraphMLXmlDocument

GetNetwork() публичный Метод

public GetNetwork ( System.Boolean useListName, String listName, ICollection screenNames, WhatToInclude whatToInclude ) : XmlDocument
useListName System.Boolean
listName String
screenNames ICollection
whatToInclude WhatToInclude
Результат System.Xml.XmlDocument

GetNetworkAsync() публичный Метод

public GetNetworkAsync ( System.Boolean useListName, String listName, ICollection screenNames, WhatToInclude whatToInclude ) : void
useListName System.Boolean
listName String
screenNames ICollection
whatToInclude WhatToInclude
Результат void

GetNetworkDescription() защищенный Метод

protected GetNetworkDescription ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude ) : String
bUseListName System.Boolean
sListName String
oScreenNames ICollection
eWhatToInclude WhatToInclude
Результат String

GetNetworkInternal() защищенный Метод

protected GetNetworkInternal ( System.Boolean bUseListName, String sListName, ICollection oScreenNames, WhatToInclude eWhatToInclude ) : XmlDocument
bUseListName System.Boolean
sListName String
oScreenNames ICollection
eWhatToInclude WhatToInclude
Результат System.Xml.XmlDocument

GetNetworkInternal() защищенный Метод

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
Результат void

TryParseListName() публичный статический Метод

public static TryParseListName ( String listName, String &slug, String &ownerScreenName ) : System.Boolean
listName String
slug String
ownerScreenName String
Результат System.Boolean

TwitterListNetworkAnalyzer() публичный Метод

Initializes a new instance of the class.
public TwitterListNetworkAnalyzer ( ) : System
Результат System

WhatToIncludeFlagIsSet() защищенный Метод

protected WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean
eORedEnumFlags WhatToInclude
eORedEnumFlagsToCheck WhatToInclude
Результат System.Boolean