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

Gets a network of related YouTube videos.
Call Form.ShowDialog() to show the dialog. If it returns DialogResult.OK, get the network from the property.
Наследование: YouTubeGraphDataProviderDialogBase
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
m_bIncludeSharedCategoryEdges System.Boolean
m_bIncludeSharedCommenterEdges System.Boolean
m_bIncludeSharedVideoResponderEdges System.Boolean
m_iMaximumVideos System.Int32
m_sSearchTerm String

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

Метод Описание
AssertValid ( ) : void
YouTubeGetVideoNetworkDialog ( ) : System

Initializes a new instance of the class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
OnEmptyGraph ( ) : void
StartAnalysis ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Приватные методы

Метод Описание
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

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

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

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

DoDataExchange() защищенный Метод

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Результат System.Boolean

EnableControls() защищенный Метод

protected EnableControls ( ) : void
Результат void

OnEmptyGraph() защищенный Метод

protected OnEmptyGraph ( ) : void
Результат void

StartAnalysis() защищенный Метод

protected StartAnalysis ( ) : void
Результат void

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

Initializes a new instance of the class.
public YouTubeGetVideoNetworkDialog ( ) : System
Результат System

btnOK_Click() защищенный Метод

protected btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

Описание свойств

m_bIncludeSharedCategoryEdges защищенное статическое свойство

protected static Boolean,System m_bIncludeSharedCategoryEdges
Результат System.Boolean

m_bIncludeSharedCommenterEdges защищенное статическое свойство

protected static Boolean,System m_bIncludeSharedCommenterEdges
Результат System.Boolean

m_bIncludeSharedVideoResponderEdges защищенное статическое свойство

protected static Boolean,System m_bIncludeSharedVideoResponderEdges
Результат System.Boolean

m_iMaximumVideos защищенное статическое свойство

protected static Int32,System m_iMaximumVideos
Результат System.Int32

m_sSearchTerm защищенное статическое свойство

protected static String m_sSearchTerm
Результат String