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

Gets the network of people followed by a Twitter user or people whom a Twitter user follows.
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
TwitterUserNetworkGraphDataProvider ( ) : 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

TwitterUserNetworkGraphDataProvider() public méthode

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