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

Gets a network of people related to a Flickr user.
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
FlickrUserNetworkGraphDataProvider ( ) : 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

FlickrUserNetworkGraphDataProvider() public méthode

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