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

Inheritance: FacebookGraphDataProviderDialogBase
显示文件 Open project: 2014-sed-team3/term-project

Public Properties

Property 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
txtGroupNameID System.Windows.Forms.TextBox

Protected Properties

Property Type Description
m_sGroup string

Public Methods

Method Description
AssertValid ( ) : void
FacebookGroupDialog ( ) : System
SetSelectedGroupID ( string sGroupID ) : void

Protected Methods

Method 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

Method 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 &sMembers ) : void
InitializeComponent ( ) : void

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

PrintAttributes ( ) : void
Search ( string sGroupName ) : Facebook.JSONObject[]
SearchAndAddToResultsPanel ( string sGroupName ) : void
SearchMyGroups ( string sGroupName ) : Facebook.JSONObject[]
SearchPublic ( string sGroupName ) : Facebook.JSONObject[]
addAttributes ( ) : void
bgLoadResults_DoWork ( object sender, DoWorkEventArgs e ) : void
bgLoadResults_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
bgLoadResults_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs 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, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
nudFromPost_ValueChanged ( object sender, EventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
readAttributes ( ) : void
txtGroupNameID_KeyUp ( object sender, KeyEventArgs e ) : void

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

FacebookGroupDialog() public method

public FacebookGroupDialog ( ) : System
return System

OnEmptyGraph() protected method

protected OnEmptyGraph ( ) : void
return void

SetSelectedGroupID() public method

public SetSelectedGroupID ( string sGroupID ) : void
sGroupID string
return void

StartAnalysis() protected method

protected StartAnalysis ( ) : void
return void

btnOK_Click() protected method

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

Property Details

btnOK public_oe property

public System.Windows.Forms.Button btnOK
return System.Windows.Forms.Button

chkPostPostComments public_oe property

public System.Windows.Forms.CheckBox chkPostPostComments
return System.Windows.Forms.CheckBox

chkPostPostLikes public_oe property

public System.Windows.Forms.CheckBox chkPostPostLikes
return System.Windows.Forms.CheckBox

chkSelectAll public_oe property

public System.Windows.Forms.CheckBox chkSelectAll
return System.Windows.Forms.CheckBox

chkStatusUpdates public_oe property

public System.Windows.Forms.CheckBox chkStatusUpdates
return System.Windows.Forms.CheckBox

chkUserPostComments public_oe property

public System.Windows.Forms.CheckBox chkUserPostComments
return System.Windows.Forms.CheckBox

chkUserPostLikes public_oe property

public System.Windows.Forms.CheckBox chkUserPostLikes
return System.Windows.Forms.CheckBox

chkUserUserComments public_oe property

public System.Windows.Forms.CheckBox chkUserUserComments
return System.Windows.Forms.CheckBox

chkUserUserLikes public_oe property

public System.Windows.Forms.CheckBox chkUserUserLikes
return System.Windows.Forms.CheckBox

chkWallPosts public_oe property

public System.Windows.Forms.CheckBox chkWallPosts
return System.Windows.Forms.CheckBox

dgAttributes public_oe property

public System.Windows.Forms.DataGridView dgAttributes
return System.Windows.Forms.DataGridView

dtEndDate public_oe property

public System.Windows.Forms.DateTimePicker dtEndDate
return System.Windows.Forms.DateTimePicker

dtStartDate public_oe property

public System.Windows.Forms.DateTimePicker dtStartDate
return System.Windows.Forms.DateTimePicker

m_sGroup protected_oe static_oe property

protected static string m_sGroup
return string

nuToPost public_oe property

public System.Windows.Forms.NumericUpDown nuToPost
return System.Windows.Forms.NumericUpDown

nudFromPost public_oe property

public System.Windows.Forms.NumericUpDown nudFromPost
return System.Windows.Forms.NumericUpDown

rbDateDownload public_oe property

public System.Windows.Forms.RadioButton rbDateDownload
return System.Windows.Forms.RadioButton

rbDownloadFromPost public_oe property

public System.Windows.Forms.RadioButton rbDownloadFromPost
return System.Windows.Forms.RadioButton

s_accessToken public_oe property

public String s_accessToken
return String

txtGroupNameID public_oe property

public System.Windows.Forms.TextBox txtGroupNameID
return System.Windows.Forms.TextBox