C# Class 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.
Inheritance: YouTubeGraphDataProviderDialogBase
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bIncludeSharedCategoryEdges System.Boolean
m_bIncludeSharedCommenterEdges System.Boolean
m_bIncludeSharedVideoResponderEdges System.Boolean
m_iMaximumVideos System.Int32
m_sSearchTerm String

Méthodes publiques

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

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoDataExchange() protected méthode

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Résultat System.Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

OnEmptyGraph() protected méthode

protected OnEmptyGraph ( ) : void
Résultat void

StartAnalysis() protected méthode

protected StartAnalysis ( ) : void
Résultat void

YouTubeGetVideoNetworkDialog() public méthode

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

btnOK_Click() protected méthode

protected btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

m_bIncludeSharedCategoryEdges protected_oe static_oe property

protected static Boolean,System m_bIncludeSharedCategoryEdges
Résultat System.Boolean

m_bIncludeSharedCommenterEdges protected_oe static_oe property

protected static Boolean,System m_bIncludeSharedCommenterEdges
Résultat System.Boolean

m_bIncludeSharedVideoResponderEdges protected_oe static_oe property

protected static Boolean,System m_bIncludeSharedVideoResponderEdges
Résultat System.Boolean

m_iMaximumVideos protected_oe static_oe property

protected static Int32,System m_iMaximumVideos
Résultat System.Int32

m_sSearchTerm protected_oe static_oe property

protected static String m_sSearchTerm
Résultat String