C# 클래스 Smrf.NodeXL.GraphDataProviders.Facebook.FacebookGroupDialog

상속: FacebookGraphDataProviderDialogBase
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 프로퍼티들

프로퍼티 타입 설명
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

보호된 프로퍼티들

프로퍼티 타입 설명
m_sGroup string

공개 메소드들

메소드 설명
AssertValid ( ) : void
FacebookGroupDialog ( ) : System
SetSelectedGroupID ( string sGroupID ) : void

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DoDataExchange() 보호된 메소드

protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
리턴 System.Boolean

EnableControls() 보호된 메소드

protected EnableControls ( ) : void
리턴 void

FacebookGroupDialog() 공개 메소드

public FacebookGroupDialog ( ) : System
리턴 System

OnEmptyGraph() 보호된 메소드

protected OnEmptyGraph ( ) : void
리턴 void

SetSelectedGroupID() 공개 메소드

public SetSelectedGroupID ( string sGroupID ) : void
sGroupID string
리턴 void

StartAnalysis() 보호된 메소드

protected StartAnalysis ( ) : void
리턴 void

btnOK_Click() 보호된 메소드

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

프로퍼티 상세

btnOK 공개적으로 프로퍼티

public System.Windows.Forms.Button btnOK
리턴 System.Windows.Forms.Button

chkPostPostComments 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkPostPostComments
리턴 System.Windows.Forms.CheckBox

chkPostPostLikes 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkPostPostLikes
리턴 System.Windows.Forms.CheckBox

chkSelectAll 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkSelectAll
리턴 System.Windows.Forms.CheckBox

chkStatusUpdates 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkStatusUpdates
리턴 System.Windows.Forms.CheckBox

chkUserPostComments 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkUserPostComments
리턴 System.Windows.Forms.CheckBox

chkUserPostLikes 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkUserPostLikes
리턴 System.Windows.Forms.CheckBox

chkUserUserComments 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkUserUserComments
리턴 System.Windows.Forms.CheckBox

chkUserUserLikes 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkUserUserLikes
리턴 System.Windows.Forms.CheckBox

chkWallPosts 공개적으로 프로퍼티

public System.Windows.Forms.CheckBox chkWallPosts
리턴 System.Windows.Forms.CheckBox

dgAttributes 공개적으로 프로퍼티

public System.Windows.Forms.DataGridView dgAttributes
리턴 System.Windows.Forms.DataGridView

dtEndDate 공개적으로 프로퍼티

public System.Windows.Forms.DateTimePicker dtEndDate
리턴 System.Windows.Forms.DateTimePicker

dtStartDate 공개적으로 프로퍼티

public System.Windows.Forms.DateTimePicker dtStartDate
리턴 System.Windows.Forms.DateTimePicker

m_sGroup 보호되어 있는 정적으로 프로퍼티

protected static string m_sGroup
리턴 string

nuToPost 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown nuToPost
리턴 System.Windows.Forms.NumericUpDown

nudFromPost 공개적으로 프로퍼티

public System.Windows.Forms.NumericUpDown nudFromPost
리턴 System.Windows.Forms.NumericUpDown

rbDateDownload 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbDateDownload
리턴 System.Windows.Forms.RadioButton

rbDownloadFromPost 공개적으로 프로퍼티

public System.Windows.Forms.RadioButton rbDownloadFromPost
리턴 System.Windows.Forms.RadioButton

s_accessToken 공개적으로 프로퍼티

public String s_accessToken
리턴 String

txtGroupNameID 공개적으로 프로퍼티

public System.Windows.Forms.TextBox txtGroupNameID
리턴 System.Windows.Forms.TextBox