C# 클래스 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.
상속: TwitterNetworkAnalyzerBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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

메소드 상세

AppendVertexXmlNodesForMentionsAndRepliesTo() 보호된 메소드

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
리턴 void

AppendVertexXmlNodesForSearchTerm() 보호된 메소드

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
리턴 void

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

BackgroundWorker_DoWork() 보호된 메소드

protected BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e System.ComponentModel.DoWorkEventArgs
리턴 void

GetNetwork() 공개 메소드

public GetNetwork ( String searchTerm, WhatToInclude whatToInclude, Int32 maximumStatuses ) : XmlDocument
searchTerm String
whatToInclude WhatToInclude
maximumStatuses System.Int32
리턴 System.Xml.XmlDocument

GetNetworkAsync() 공개 메소드

public GetNetworkAsync ( String searchTerm, WhatToInclude whatToInclude, Int32 maximumStatuses ) : void
searchTerm String
whatToInclude WhatToInclude
maximumStatuses System.Int32
리턴 void

GetNetworkDescription() 보호된 메소드

protected GetNetworkDescription ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses, GraphMLXmlDocument oGraphMLXmlDocument ) : String
sSearchTerm String
eWhatToInclude WhatToInclude
iMaximumStatuses System.Int32
oGraphMLXmlDocument Smrf.XmlLib.GraphMLXmlDocument
리턴 String

GetNetworkInternal() 보호된 메소드

protected GetNetworkInternal ( String sSearchTerm, WhatToInclude eWhatToInclude, Int32 iMaximumStatuses ) : XmlDocument
sSearchTerm String
eWhatToInclude WhatToInclude
iMaximumStatuses System.Int32
리턴 System.Xml.XmlDocument

GetNetworkInternal() 보호된 메소드

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
리턴 void

TwitterSearchNetworkAnalyzer() 공개 메소드

Initializes a new instance of the class.
public TwitterSearchNetworkAnalyzer ( ) : System
리턴 System

WhatToIncludeFlagIsSet() 보호된 메소드

protected WhatToIncludeFlagIsSet ( WhatToInclude eORedEnumFlags, WhatToInclude eORedEnumFlagsToCheck ) : System.Boolean
eORedEnumFlags WhatToInclude
eORedEnumFlagsToCheck WhatToInclude
리턴 System.Boolean