C# Class Smrf.NodeXL.GraphDataProviders.YouTube.YouTubeGetUserNetworkDialog

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

Protected Properties

Свойство Type Description
m_bIncludeAllStatistics Boolean
m_bIncludeFriendVertices Boolean
m_bIncludeSubscriptionVertices Boolean
m_eNetworkLevel NetworkLevel
m_iMaximumPeoplePerRequest Int32
m_sUserName String

Méthodes publiques

Méthode Description
AssertValid ( ) : void
YouTubeGetUserNetworkDialog ( ) : 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
StartAnalysis ( ) : void
ValidateUserNameTextBox ( TextBox oTextBox, String &sUserName ) : Boolean
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

StartAnalysis() protected méthode

protected StartAnalysis ( ) : void
Résultat void

ValidateUserNameTextBox() protected méthode

protected ValidateUserNameTextBox ( TextBox oTextBox, String &sUserName ) : Boolean
oTextBox TextBox
sUserName String
Résultat Boolean

YouTubeGetUserNetworkDialog() public méthode

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

protected static Boolean m_bIncludeAllStatistics
Résultat Boolean

m_bIncludeFriendVertices protected_oe static_oe property

protected static Boolean m_bIncludeFriendVertices
Résultat Boolean

m_bIncludeSubscriptionVertices protected_oe static_oe property

protected static Boolean m_bIncludeSubscriptionVertices
Résultat Boolean

m_eNetworkLevel protected_oe static_oe property

protected static NetworkLevel m_eNetworkLevel
Résultat NetworkLevel

m_iMaximumPeoplePerRequest protected_oe static_oe property

protected static Int32 m_iMaximumPeoplePerRequest
Résultat Int32

m_sUserName protected_oe static_oe property

protected static String m_sUserName
Résultat String