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

Gets a network of related YouTube videos.
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
YouTubeVideoNetworkGraphDataProvider ( ) : 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

YouTubeVideoNetworkGraphDataProvider() public méthode

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