C# Class 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.
Inheritance: GraphDataProviderBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
TwitterListNetworkGraphDataProvider ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
CreateDialog ( ) : GraphDataProviderDialogBase

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CreateDialog() protected méthode

protected CreateDialog ( ) : GraphDataProviderDialogBase
Résultat GraphDataProviderDialogBase

TwitterListNetworkGraphDataProvider() public méthode

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