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

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

Protected Properties

Property Type Description
m_bExpandLatestStatusUrls Boolean
m_bIncludeFollowedEdges Boolean
m_bIncludeLatestStatuses Boolean
m_bIncludeMentionsEdges Boolean
m_bIncludeRepliesToEdges Boolean
m_bIncludeStatistics Boolean
m_bUseListName Boolean
m_sListName String
m_sScreenNames String

Public Methods

Method Description
AssertValid ( ) : void
TwitterGetListNetworkDialog ( ) : 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
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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return 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 EventArgs
return void

StartAnalysis() protected method

protected StartAnalysis ( ) : void
return void

TwitterGetListNetworkDialog() public method

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

btnOK_Click() protected method

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

Property Details

m_bExpandLatestStatusUrls protected_oe static_oe property

protected static Boolean m_bExpandLatestStatusUrls
return Boolean

m_bIncludeFollowedEdges protected_oe static_oe property

protected static Boolean m_bIncludeFollowedEdges
return Boolean

m_bIncludeLatestStatuses protected_oe static_oe property

protected static Boolean m_bIncludeLatestStatuses
return Boolean

m_bIncludeMentionsEdges protected_oe static_oe property

protected static Boolean m_bIncludeMentionsEdges
return Boolean

m_bIncludeRepliesToEdges protected_oe static_oe property

protected static Boolean m_bIncludeRepliesToEdges
return Boolean

m_bIncludeStatistics protected_oe static_oe property

protected static Boolean m_bIncludeStatistics
return Boolean

m_bUseListName protected_oe static_oe property

protected static Boolean m_bUseListName
return Boolean

m_sListName protected_oe static_oe property

protected static String m_sListName
return String

m_sScreenNames protected_oe static_oe property

protected static String m_sScreenNames
return String