C# Class Smrf.NodeXL.ExcelTemplate.AggregateGraphMetricsDialog

Aggregates the overall metrics from a folder full of NodeXL workbooks into a new Excel workbook.
Call Form.ShowDialog() to run the dialog. All aggregation is performed within the dialog.
Inheritance: ExcelTemplateForm
ファイルを表示 Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oAggregateGraphMetricsDialogUserSettings AggregateGraphMetricsDialogUserSettings
m_oGraphMetricsAggregator GraphMetricsAggregator
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Public Methods

Method Description
AggregateGraphMetricsDialog ( Microsoft workbook ) : System

Initializes a new instance of the class.

AssertValid ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
OnClosed ( EventArgs e ) : void

Private Methods

Method Description
GraphMetricsAggregator_AggregationCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
GraphMetricsAggregator_AggregationProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
InitializeComponent ( ) : void

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

btnOK_Click ( object sender, EventArgs e ) : void

Method Details

AggregateGraphMetricsDialog() public method

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

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

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

m_oAggregateGraphMetricsDialogUserSettings protected_oe property

protected AggregateGraphMetricsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oAggregateGraphMetricsDialogUserSettings
return AggregateGraphMetricsDialogUserSettings

m_oGraphMetricsAggregator protected_oe property

protected GraphMetricsAggregator,Smrf.NodeXL.ExcelTemplate m_oGraphMetricsAggregator
return GraphMetricsAggregator

m_oWorkbook protected_oe property

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