C# Class Smrf.NodeXL.GraphDataProviders.GraphServer.GraphServerNetworkGraphDataProvider

Uses the NodeXL Graph Server to get a network of people who have tweeted a specified search term.
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
GraphServerNetworkGraphDataProvider ( ) : 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

GraphServerNetworkGraphDataProvider() public méthode

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