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

Base class for dialogs that get Flickr graph data.
Inheritance: GraphDataProviderDialogBase
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_sApiKey String

Public Methods

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

Do not use this constructor.

Do not use this constructor. It is for the Visual Studio designer only.

FlickrGraphDataProviderDialogBase ( HttpNetworkAnalyzerBase httpNetworkAnalyzer ) : System

Initializes a new instance of the class.

Method Details

AssertValid() public method

public AssertValid ( ) : void
return void

FlickrGraphDataProviderDialogBase() public method

Do not use this constructor.
Do not use this constructor. It is for the Visual Studio designer only.
public FlickrGraphDataProviderDialogBase ( ) : System
return System

FlickrGraphDataProviderDialogBase() public method

Initializes a new instance of the class.
public FlickrGraphDataProviderDialogBase ( HttpNetworkAnalyzerBase httpNetworkAnalyzer ) : System
httpNetworkAnalyzer HttpNetworkAnalyzerBase
return System

Property Details

m_sApiKey protected static property

protected static String m_sApiKey
return String