C# Class Smrf.NodeXL.GraphDataProviders.Twitter.TwitterGetUserNetworkDialog

Gets the network of people followed by a Twitter user or people whom a Twitter user follows.
Call Form.ShowDialog() to show the dialog. If it returns DialogResult.OK, get the network from the property.
Inheritance: TwitterGraphDataProviderDialogBase
Mostra file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_bExpandLatestStatusUrls System.Boolean
m_bIncludeFollowedFollowerEdges System.Boolean
m_bIncludeFollowedVertices System.Boolean
m_bIncludeFollowerVertices System.Boolean
m_bIncludeLatestStatuses System.Boolean
m_bIncludeMentionsEdges System.Boolean
m_bIncludeRepliesToEdges System.Boolean
m_eNetworkLevel NetworkLevel
m_iMaximumPeoplePerRequest System.Int32
m_sScreenNameToAnalyze String

Public Methods

Method Description
AssertValid ( ) : void
TwitterGetUserNetworkDialog ( ) : 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
OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : 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

OnEventThatRequiresControlEnabling() protected method

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

StartAnalysis() protected method

protected StartAnalysis ( ) : void
return void

TwitterGetUserNetworkDialog() public method

Initializes a new instance of the class.
public TwitterGetUserNetworkDialog ( ) : 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_bExpandLatestStatusUrls protected_oe static_oe property

protected static Boolean,System m_bExpandLatestStatusUrls
return System.Boolean

m_bIncludeFollowedFollowerEdges protected_oe static_oe property

protected static Boolean,System m_bIncludeFollowedFollowerEdges
return System.Boolean

m_bIncludeFollowedVertices protected_oe static_oe property

protected static Boolean,System m_bIncludeFollowedVertices
return System.Boolean

m_bIncludeFollowerVertices protected_oe static_oe property

protected static Boolean,System m_bIncludeFollowerVertices
return System.Boolean

m_bIncludeLatestStatuses protected_oe static_oe property

protected static Boolean,System m_bIncludeLatestStatuses
return System.Boolean

m_bIncludeMentionsEdges protected_oe static_oe property

protected static Boolean,System m_bIncludeMentionsEdges
return System.Boolean

m_bIncludeRepliesToEdges protected_oe static_oe property

protected static Boolean,System m_bIncludeRepliesToEdges
return System.Boolean

m_eNetworkLevel protected_oe static_oe property

protected static NetworkLevel m_eNetworkLevel
return NetworkLevel

m_iMaximumPeoplePerRequest protected_oe static_oe property

protected static Int32,System m_iMaximumPeoplePerRequest
return System.Int32

m_sScreenNameToAnalyze protected_oe static_oe property

protected static String m_sScreenNameToAnalyze
return String