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

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

Public Methods

Method 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 method

public AssertValid ( ) : void
return void

YouTubeGraphDataProviderDialogBase() public method

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

YouTubeGraphDataProviderDialogBase() public method

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