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

Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bIncludeCommenterVertices Boolean
m_bIncludeContactVertices Boolean
m_bIncludeUserInformation Boolean
m_eNetworkLevel NetworkLevel
m_iMaximumPeoplePerRequest Int32
m_sScreenName String

Public Methods

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

Initializes a new instance of the class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : 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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

EnableControls() protected method

protected EnableControls ( ) : void
return void

FlickrGetUserNetworkDialog() public method

Initializes a new instance of the class.
public FlickrGetUserNetworkDialog ( ) : 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 EventArgs
return void

Property Details

m_bIncludeCommenterVertices protected static property

protected static Boolean m_bIncludeCommenterVertices
return Boolean

m_bIncludeContactVertices protected static property

protected static Boolean m_bIncludeContactVertices
return Boolean

m_bIncludeUserInformation protected static property

protected static Boolean m_bIncludeUserInformation
return Boolean

m_eNetworkLevel protected static property

protected static NetworkLevel m_eNetworkLevel
return NetworkLevel

m_iMaximumPeoplePerRequest protected static property

protected static Int32 m_iMaximumPeoplePerRequest
return Int32

m_sScreenName protected static property

protected static String m_sScreenName
return String