C# Class Smrf.NodeXL.GraphDataProviders.Flickr.FlickrRelatedTagNetworkGraphDataProvider

Gets the network of tags related to a specified tag.
Call GraphDataProviderBase.TryGetGraphDataAsTemporaryFile to get the network as a temporary GraphML file.
Inheritance: GraphDataProviderBase
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AssertValid ( ) : void
FlickrRelatedTagNetworkGraphDataProvider ( ) : 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

FlickrRelatedTagNetworkGraphDataProvider() public method

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