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

Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bExpandStatusUrls Boolean
m_bIncludeFollowedEdges Boolean
m_bIncludeMentionsEdges Boolean
m_bIncludeNonRepliesToNonMentionsEdges Boolean
m_bIncludeRepliesToEdges Boolean
m_bIncludeStatistics Boolean
m_bIncludeStatuses Boolean
m_iMaximumStatuses Int32
m_sSearchTerm String

Méthodes publiques

Méthode Description
AssertValid ( ) : void
TwitterGetSearchNetworkDialog ( ) : 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 ( Boolean bFromControls ) : Boolean
EnableControls ( ) : void
OnEmptyGraph ( ) : void
OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : 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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

OnEmptyGraph() protected méthode

protected OnEmptyGraph ( ) : void
Résultat void

OnEventThatRequiresControlEnabling() protected méthode

protected OnEventThatRequiresControlEnabling ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

StartAnalysis() protected méthode

protected StartAnalysis ( ) : void
Résultat void

TwitterGetSearchNetworkDialog() public méthode

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

btnOK_Click() protected méthode

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

Property Details

m_bExpandStatusUrls protected_oe static_oe property

protected static Boolean m_bExpandStatusUrls
Résultat Boolean

m_bIncludeFollowedEdges protected_oe static_oe property

protected static Boolean m_bIncludeFollowedEdges
Résultat Boolean

m_bIncludeMentionsEdges protected_oe static_oe property

protected static Boolean m_bIncludeMentionsEdges
Résultat Boolean

m_bIncludeNonRepliesToNonMentionsEdges protected_oe static_oe property

protected static Boolean m_bIncludeNonRepliesToNonMentionsEdges
Résultat Boolean

m_bIncludeRepliesToEdges protected_oe static_oe property

protected static Boolean m_bIncludeRepliesToEdges
Résultat Boolean

m_bIncludeStatistics protected_oe static_oe property

protected static Boolean m_bIncludeStatistics
Résultat Boolean

m_bIncludeStatuses protected_oe static_oe property

protected static Boolean m_bIncludeStatuses
Résultat Boolean

m_iMaximumStatuses protected_oe static_oe property

protected static Int32 m_iMaximumStatuses
Résultat Int32

m_sSearchTerm protected_oe static_oe property

protected static String m_sSearchTerm
Résultat String