C# Class Smrf.NodeXL.GraphDataProviders.Flickr.FlickrGetRelatedTagNetworkDialog

Gets the Flickr tags related to a tag specified by the user.
Call Form.ShowDialog() to show the dialog. If it returns DialogResult.OK, get the related tags from the property.
Inheritance: FlickrGraphDataProviderDialogBase
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bIncludeSampleThumbnails System.Boolean
m_eNetworkLevel NetworkLevel
m_sTag String

Public Methods

Method Description
AssertValid ( ) : void
FlickrGetRelatedTagNetworkDialog ( ) : 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

FlickrGetRelatedTagNetworkDialog() public method

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

OnEmptyGraph() protected method

protected OnEmptyGraph ( ) : void
return void

StartAnalysis() protected method

protected StartAnalysis ( ) : void
return void

btnOK_Click() protected method

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

Property Details

m_bIncludeSampleThumbnails protected static property

protected static Boolean,System m_bIncludeSampleThumbnails
return System.Boolean

m_eNetworkLevel protected static property

protected static NetworkLevel m_eNetworkLevel
return NetworkLevel

m_sTag protected static property

protected static String m_sTag
return String