C# Class Smrf.NodeXL.GraphDataProviders.YouTube.YouTubeUserNetworkGraphDataProvider

Gets a network of people related to a YouTube 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
YouTubeUserNetworkGraphDataProvider ( ) : 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

YouTubeUserNetworkGraphDataProvider() public méthode

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