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

Base class for dialogs that get YouTube graph data.
Inheritance: GraphDataProviderDialogBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Méthodes publiques

Méthode Description
AssertValid ( ) : void
YouTubeGraphDataProviderDialogBase ( ) : System

Do not use this constructor.

Do not use this constructor. It is for the Visual Studio designer only.

YouTubeGraphDataProviderDialogBase ( HttpNetworkAnalyzerBase httpNetworkAnalyzer ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

YouTubeGraphDataProviderDialogBase() public méthode

Do not use this constructor.
Do not use this constructor. It is for the Visual Studio designer only.
public YouTubeGraphDataProviderDialogBase ( ) : System
Résultat System

YouTubeGraphDataProviderDialogBase() public méthode

Initializes a new instance of the class.
public YouTubeGraphDataProviderDialogBase ( HttpNetworkAnalyzerBase httpNetworkAnalyzer ) : System
httpNetworkAnalyzer HttpNetworkAnalyzerBase /// Object that does most of the work. ///
Résultat System