C# Class Smrf.NodeXL.GraphDataProviders.Facebook.FacebookFanPageDialog

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

Méthodes publiques

Свойство Type Description
btnOK System.Windows.Forms.Button
chkPostPostComments System.Windows.Forms.CheckBox
chkPostPostLikes System.Windows.Forms.CheckBox
chkSelectAll System.Windows.Forms.CheckBox
chkStatusUpdates System.Windows.Forms.CheckBox
chkUserPostComments System.Windows.Forms.CheckBox
chkUserPostLikes System.Windows.Forms.CheckBox
chkUserUserComments System.Windows.Forms.CheckBox
chkUserUserLikes System.Windows.Forms.CheckBox
chkWallPosts System.Windows.Forms.CheckBox
dgAttributes System.Windows.Forms.DataGridView
dtEndDate System.Windows.Forms.DateTimePicker
dtStartDate System.Windows.Forms.DateTimePicker
nuToPost System.Windows.Forms.NumericUpDown
nudFromPost System.Windows.Forms.NumericUpDown
rbDateDownload System.Windows.Forms.RadioButton
rbDownloadFromPost System.Windows.Forms.RadioButton
s_accessToken String
txtPageUsernameID System.Windows.Forms.TextBox

Protected Properties

Свойство Type Description
m_sFanPage string

Méthodes publiques

Méthode Description
AssertValid ( ) : void
FacebookFanPageDialog ( ) : System
SetSelectedPageID ( string sPageID ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
OnEmptyGraph ( ) : void
StartAnalysis ( ) : void
btnOK_Click ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddToResultsPanel ( Facebook.JSONObject oResults ) : void
ChkCheckedChanged ( object sender, EventArgs e ) : void
FacebookFanPageDialog_Load ( object sender, EventArgs e ) : void
FacebookFanPageDialog_MouseClick ( object sender, MouseEventArgs e ) : void
GetKeyValues ( Facebook.JSONObject ob, string &sPageGroupID, string &sImageURL, string &sTitle, string &sDescription, string &sLikes, string &sTalking ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PrintAttributes ( ) : void
Search ( string sPageName ) : Facebook.JSONObject
addAttributes ( ) : void
bgLoadResults_DoWork ( object sender, DoWorkEventArgs e ) : void
bgLoadResults_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
button1_Click ( object sender, EventArgs e ) : void
button1_Click_1 ( object sender, EventArgs e ) : void
chkSelectAll_CheckedChanged ( object sender, EventArgs e ) : void
flpResults_Enter ( object sender, EventArgs e ) : void
flpResults_Leave ( object sender, EventArgs e ) : void
flpResults_MouseHover ( object sender, EventArgs e ) : void
linkLabel1_LinkClicked ( object sender, LinkLabelLinkClickedEventArgs e ) : void
nudFromPost_ValueChanged ( object sender, EventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
readAttributes ( ) : void
txtPageUsernameID_KeyUp ( object sender, KeyEventArgs e ) : void

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 ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Résultat System.Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

FacebookFanPageDialog() public méthode

public FacebookFanPageDialog ( ) : System
Résultat System

OnEmptyGraph() protected méthode

protected OnEmptyGraph ( ) : void
Résultat void

SetSelectedPageID() public méthode

public SetSelectedPageID ( string sPageID ) : void
sPageID string
Résultat void

StartAnalysis() protected méthode

protected StartAnalysis ( ) : void
Résultat void

btnOK_Click() protected méthode

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

Property Details

btnOK public_oe property

public System.Windows.Forms.Button btnOK
Résultat System.Windows.Forms.Button

chkPostPostComments public_oe property

public System.Windows.Forms.CheckBox chkPostPostComments
Résultat System.Windows.Forms.CheckBox

chkPostPostLikes public_oe property

public System.Windows.Forms.CheckBox chkPostPostLikes
Résultat System.Windows.Forms.CheckBox

chkSelectAll public_oe property

public System.Windows.Forms.CheckBox chkSelectAll
Résultat System.Windows.Forms.CheckBox

chkStatusUpdates public_oe property

public System.Windows.Forms.CheckBox chkStatusUpdates
Résultat System.Windows.Forms.CheckBox

chkUserPostComments public_oe property

public System.Windows.Forms.CheckBox chkUserPostComments
Résultat System.Windows.Forms.CheckBox

chkUserPostLikes public_oe property

public System.Windows.Forms.CheckBox chkUserPostLikes
Résultat System.Windows.Forms.CheckBox

chkUserUserComments public_oe property

public System.Windows.Forms.CheckBox chkUserUserComments
Résultat System.Windows.Forms.CheckBox

chkUserUserLikes public_oe property

public System.Windows.Forms.CheckBox chkUserUserLikes
Résultat System.Windows.Forms.CheckBox

chkWallPosts public_oe property

public System.Windows.Forms.CheckBox chkWallPosts
Résultat System.Windows.Forms.CheckBox

dgAttributes public_oe property

public System.Windows.Forms.DataGridView dgAttributes
Résultat System.Windows.Forms.DataGridView

dtEndDate public_oe property

public System.Windows.Forms.DateTimePicker dtEndDate
Résultat System.Windows.Forms.DateTimePicker

dtStartDate public_oe property

public System.Windows.Forms.DateTimePicker dtStartDate
Résultat System.Windows.Forms.DateTimePicker

m_sFanPage protected_oe static_oe property

protected static string m_sFanPage
Résultat string

nuToPost public_oe property

public System.Windows.Forms.NumericUpDown nuToPost
Résultat System.Windows.Forms.NumericUpDown

nudFromPost public_oe property

public System.Windows.Forms.NumericUpDown nudFromPost
Résultat System.Windows.Forms.NumericUpDown

rbDateDownload public_oe property

public System.Windows.Forms.RadioButton rbDateDownload
Résultat System.Windows.Forms.RadioButton

rbDownloadFromPost public_oe property

public System.Windows.Forms.RadioButton rbDownloadFromPost
Résultat System.Windows.Forms.RadioButton

s_accessToken public_oe property

public String s_accessToken
Résultat String

txtPageUsernameID public_oe property

public System.Windows.Forms.TextBox txtPageUsernameID
Résultat System.Windows.Forms.TextBox