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
显示文件 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
GraphServerNetworkGraphDataProvider ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
CreateDialog ( ) : GraphDataProviderDialogBase

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

CreateDialog() protected method

protected CreateDialog ( ) : GraphDataProviderDialogBase
return GraphDataProviderDialogBase

GraphServerNetworkGraphDataProvider() public method

Initializes a new instance of the class.
public GraphServerNetworkGraphDataProvider ( ) : System
return System