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
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bIncludeSharedCategoryEdges System.Boolean
m_bIncludeSharedCommenterEdges System.Boolean
m_bIncludeSharedVideoResponderEdges System.Boolean
m_iMaximumVideos System.Int32
m_sSearchTerm String

Public Methods

Method Description
AssertValid ( ) : void
YouTubeGetVideoNetworkDialog ( ) : System

Initializes a new instance of the class.

Protected Methods

Method 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

Method Description
InitializeComponent ( ) : void

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

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

Dispose() protected method

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

DoDataExchange() protected method

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
return System.Boolean

EnableControls() protected method

protected EnableControls ( ) : void
return void

OnEmptyGraph() protected method

protected OnEmptyGraph ( ) : void
return void

StartAnalysis() protected method

protected StartAnalysis ( ) : void
return void

YouTubeGetVideoNetworkDialog() public method

Initializes a new instance of the class.
public YouTubeGetVideoNetworkDialog ( ) : System
return System

btnOK_Click() protected method

protected btnOK_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

m_bIncludeSharedCategoryEdges protected static property

protected static Boolean,System m_bIncludeSharedCategoryEdges
return System.Boolean

m_bIncludeSharedCommenterEdges protected static property

protected static Boolean,System m_bIncludeSharedCommenterEdges
return System.Boolean

m_bIncludeSharedVideoResponderEdges protected static property

protected static Boolean,System m_bIncludeSharedVideoResponderEdges
return System.Boolean

m_iMaximumVideos protected static property

protected static Int32,System m_iMaximumVideos
return System.Int32

m_sSearchTerm protected static property

protected static String m_sSearchTerm
return String