Property | Type | Description | |
---|---|---|---|
m_bClearTablesFirst | System.Boolean | ||
m_oAnalyzeEmailNetworkDialogUserSettings | |||
m_oEdgeTable | ListObject | ||
m_oEmailNetworkAnalyzer | |||
m_oWorkbook | Microsoft.Office.Interop.Excel.Workbook |
Method | Description | |
---|---|---|
AnalyzeEmailNetworkDialog ( Microsoft workbook, System.Boolean clearTablesFirst ) : System |
Initializes a new instance of the
|
|
AssertValid ( ) : void |
Method | Description | |
---|---|---|
AnalyzerToParticipant ( String sParticipantFromAnalyzer ) : String | ||
DataGridViewCheckBoxCellIsChecked ( System.Windows.Forms.DataGridViewRow oRow, String sColumnName ) : System.Boolean | ||
DataGridViewRowToEmailParticipantCriteria ( System.Windows.Forms.DataGridViewRow oRow ) : |
||
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
DoDataExchange ( System.Boolean bFromControls ) : System.Boolean | ||
DoDataExchangeFromControls ( ) : System.Boolean | ||
DoDataExchangeFromParticipants ( ) : void | ||
DoDataExchangeToControls ( ) : void | ||
DoDataExchangeToParticipants ( ) : void | ||
EnableControls ( ) : void | ||
FirstParticipantSpecified ( ) : System.Boolean | ||
OnAnalysisCompleted ( |
||
OnClosed ( |
||
OnLoad ( |
||
ParticipantToAnalyzer ( String sParticipantEnteredByUser ) : String | ||
PopulateEdgesTable ( |
||
SetEdgeWeightValues ( Object aoEdgeWeights, |
||
ShowParticipantsEnabledState ( ) : void | ||
StartAnalysis ( ) : void | ||
ValidateFilter ( String sString ) : System.Boolean | ||
ValidateFilterTextBox ( System.Boolean bCheckBoxIsChecked, System oTextBox, String sFilterDescription, String &sTrimmedText ) : System.Boolean | ||
ValidateParticipants ( ) : System.Boolean |
Method | Description | |
---|---|---|
EmailNetworkAnalyzer_AnalysisCompleted ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
OnEventThatRequiresControlEnabling ( object sender, |
||
btnOK_Click ( object sender, |
public AnalyzeEmailNetworkDialog ( Microsoft workbook, System.Boolean clearTablesFirst ) : System | ||
workbook | Microsoft | /// Workbook containing the graph data. /// |
clearTablesFirst | System.Boolean |
/// true if the NodeXL tables in |
return | System |
protected AnalyzerToParticipant ( String sParticipantFromAnalyzer ) : String | ||
sParticipantFromAnalyzer | String | |
return | String |
protected DataGridViewCheckBoxCellIsChecked ( System.Windows.Forms.DataGridViewRow oRow, String sColumnName ) : System.Boolean | ||
oRow | System.Windows.Forms.DataGridViewRow | |
sColumnName | String | |
return | System.Boolean |
protected DataGridViewRowToEmailParticipantCriteria ( System.Windows.Forms.DataGridViewRow oRow ) : |
||
oRow | System.Windows.Forms.DataGridViewRow | |
return |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected DoDataExchange ( System.Boolean bFromControls ) : System.Boolean | ||
bFromControls | System.Boolean | |
return | System.Boolean |
protected DoDataExchangeFromControls ( ) : System.Boolean | ||
return | System.Boolean |
protected DoDataExchangeFromParticipants ( ) : void | ||
return | void |
protected DoDataExchangeToControls ( ) : void | ||
return | void |
protected DoDataExchangeToParticipants ( ) : void | ||
return | void |
protected FirstParticipantSpecified ( ) : System.Boolean | ||
return | System.Boolean |
protected OnAnalysisCompleted ( |
||
e | ||
return | void |
protected OnClosed ( |
||
e | ||
return | void |
protected ParticipantToAnalyzer ( String sParticipantEnteredByUser ) : String | ||
sParticipantEnteredByUser | String | |
return | String |
protected PopulateEdgesTable ( |
||
aoEmailParticipantPairs | ||
return | void |
protected SetEdgeWeightValues ( Object aoEdgeWeights, |
||
aoEdgeWeights | Object | |
iRowOffsetToWriteTo | ||
return | void |
protected ShowParticipantsEnabledState ( ) : void | ||
return | void |
protected ValidateFilter ( String sString ) : System.Boolean | ||
sString | String | |
return | System.Boolean |
protected ValidateFilterTextBox ( System.Boolean bCheckBoxIsChecked, System oTextBox, String sFilterDescription, String &sTrimmedText ) : System.Boolean | ||
bCheckBoxIsChecked | System.Boolean | |
oTextBox | System | |
sFilterDescription | String | |
sTrimmedText | String | |
return | System.Boolean |
protected ValidateParticipants ( ) : System.Boolean | ||
return | System.Boolean |
protected Boolean,System m_bClearTablesFirst | ||
return | System.Boolean |
protected AnalyzeEmailNetworkDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAnalyzeEmailNetworkDialogUserSettings | ||
return |
protected EmailNetworkAnalyzer,Smrf.SocialNetworkLib m_oEmailNetworkAnalyzer | ||
return |