C# Class Smrf.NodeXL.ExcelTemplate.GraphSummaryDialog

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

Protected Properties

Свойство 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

Свойство Type Description
InitializeComponent void
btnClear_Click void
btnCopyToClipboard_Click void
btnOK_Click void

Méthodes publiques

Méthode Description
AssertValid ( ) : void
GraphSummaryDialog ( Microsoft workbook ) : System

Initializes a new instance of the GraphSummaryDialog class.

Méthodes protégées

Méthode 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

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

GraphSummaryDialog() public méthode

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

SetGraphHistoryTextBoxText() protected méthode

protected SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey ) : void
oTextBox TextBox
sGraphHistoryKey String
Résultat void

SetGraphHistoryTextBoxText() protected méthode

protected SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey, String sNotAvailableMessage ) : void
oTextBox TextBox
sGraphHistoryKey String
sNotAvailableMessage String
Résultat void

SetTextBoxText() protected méthode

protected SetTextBoxText ( TextBox oTextBox, String sString ) : void
oTextBox TextBox
sString String
Résultat void

Property Details

m_oAutoFillWorkbookResults protected_oe property

protected AutoFillWorkbookResults,Smrf.NodeXL.ExcelTemplate m_oAutoFillWorkbookResults
Résultat AutoFillWorkbookResults

m_oGraphHistory protected_oe property

protected GraphHistory,Smrf.NodeXL.ExcelTemplate m_oGraphHistory
Résultat GraphHistory

m_oGraphSummaryDialogUserSettings protected_oe property

protected GraphSummaryDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oGraphSummaryDialogUserSettings
Résultat GraphSummaryDialogUserSettings

m_oOverallMetrics protected_oe property

protected OverallMetrics m_oOverallMetrics
Résultat OverallMetrics

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
Résultat Microsoft.Office.Interop.Excel.Workbook

m_sTopNByMetrics protected_oe property

protected String m_sTopNByMetrics
Résultat String

m_sTwitterSearchNetworkTopItems protected_oe property

protected String m_sTwitterSearchNetworkTopItems
Résultat String