C# Class Smrf.NodeXL.ExcelTemplate.GraphSummaryDialog

Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oAutoFillWorkbookResults AutoFillWorkbookResults
m_oGraphHistory GraphHistory
m_oGraphSummaryDialogUserSettings GraphSummaryDialogUserSettings
m_oOverallMetrics OverallMetrics
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook
m_sTopNByMetrics String
m_sTwitterSearchNetworkTopItems String

Private Properties

Property Type Description
InitializeComponent void
btnClear_Click void
btnCopyToClipboard_Click void
btnOK_Click void

Public Methods

Method Description
AssertValid ( ) : void
GraphSummaryDialog ( Microsoft workbook ) : System

Initializes a new instance of the GraphSummaryDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey ) : void
SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey, String sNotAvailableMessage ) : void
SetTextBoxText ( TextBox oTextBox, String sString ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

btnClear_Click ( object sender, System e ) : void
btnCopyToClipboard_Click ( object sender, System e ) : void
btnOK_Click ( object sender, System 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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
return Boolean

GraphSummaryDialog() public method

Initializes a new instance of the GraphSummaryDialog class.
public GraphSummaryDialog ( Microsoft workbook ) : System
workbook Microsoft /// Workbook containing the graph data. ///
return System

SetGraphHistoryTextBoxText() protected method

protected SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey ) : void
oTextBox TextBox
sGraphHistoryKey String
return void

SetGraphHistoryTextBoxText() protected method

protected SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey, String sNotAvailableMessage ) : void
oTextBox TextBox
sGraphHistoryKey String
sNotAvailableMessage String
return void

SetTextBoxText() protected method

protected SetTextBoxText ( TextBox oTextBox, String sString ) : void
oTextBox TextBox
sString String
return void

Property Details

m_oAutoFillWorkbookResults protected_oe property

protected AutoFillWorkbookResults,Smrf.NodeXL.ExcelTemplate m_oAutoFillWorkbookResults
return AutoFillWorkbookResults

m_oGraphHistory protected_oe property

protected GraphHistory,Smrf.NodeXL.ExcelTemplate m_oGraphHistory
return GraphHistory

m_oGraphSummaryDialogUserSettings protected_oe property

protected GraphSummaryDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oGraphSummaryDialogUserSettings
return GraphSummaryDialogUserSettings

m_oOverallMetrics protected_oe property

protected OverallMetrics m_oOverallMetrics
return OverallMetrics

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
return Microsoft.Office.Interop.Excel.Workbook

m_sTopNByMetrics protected_oe property

protected String m_sTopNByMetrics
return String

m_sTwitterSearchNetworkTopItems protected_oe property

protected String m_sTwitterSearchNetworkTopItems
return String