C# Класс Smrf.NodeXL.GraphDataProviders.YouTube.YouTubeGraphDataProviderDialogBase

Base class for dialogs that get YouTube graph data.
Наследование: GraphDataProviderDialogBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

AssertValid() публичный Метод

public AssertValid ( ) : void
Результат void

YouTubeGraphDataProviderDialogBase() публичный Метод

Do not use this constructor.
Do not use this constructor. It is for the Visual Studio designer only.
public YouTubeGraphDataProviderDialogBase ( ) : System
Результат System

YouTubeGraphDataProviderDialogBase() публичный Метод

Initializes a new instance of the class.
public YouTubeGraphDataProviderDialogBase ( HttpNetworkAnalyzerBase httpNetworkAnalyzer ) : System
httpNetworkAnalyzer HttpNetworkAnalyzerBase /// Object that does most of the work. ///
Результат System