C# 클래스 Smrf.NodeXL.GraphDataProviders.Twitter.TwitterListNetworkGraphDataProvider

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.
Call GraphDataProviderBase.TryGetGraphDataAsTemporaryFile to get the network as a temporary GraphML file.
상속: GraphDataProviderBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
AssertValid ( ) : void
TwitterListNetworkGraphDataProvider ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
CreateDialog ( ) : GraphDataProviderDialogBase

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CreateDialog() 보호된 메소드

protected CreateDialog ( ) : GraphDataProviderDialogBase
리턴 GraphDataProviderDialogBase

TwitterListNetworkGraphDataProvider() 공개 메소드

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