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
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bIncludeSampleThumbnails System.Boolean
m_eNetworkLevel NetworkLevel
m_sTag String

Méthodes publiques

Méthode Description
AssertValid ( ) : void
FlickrGetRelatedTagNetworkDialog ( ) : 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

FlickrGetRelatedTagNetworkDialog() public méthode

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

OnEmptyGraph() protected méthode

protected OnEmptyGraph ( ) : void
Résultat void

StartAnalysis() protected méthode

protected StartAnalysis ( ) : void
Résultat void

btnOK_Click() protected méthode

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

Property Details

m_bIncludeSampleThumbnails protected_oe static_oe property

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

m_eNetworkLevel protected_oe static_oe property

protected static NetworkLevel m_eNetworkLevel
Résultat NetworkLevel

m_sTag protected_oe static_oe property

protected static String m_sTag
Résultat String