C# 클래스 Smrf.NodeXL.ExcelTemplate.CalculateGraphMetricsDialog

파일 보기 프로젝트 열기: 2014-sed-team3/term-project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_bActivateRelevantWorksheetWhenDone Boolean
m_oCalculateGraphMetricsDialogUserSettings CalculateGraphMetricsDialogUserSettings
m_oGraph IGraph
m_oGraphMetricCalculationManager GraphMetricCalculationManager
m_oGraphMetricCalculators IGraphMetricCalculator2[]
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

공개 메소드들

메소드 설명
AssertValid ( ) : void
CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook ) : System

Initializes a new instance of the class with a default list of graph metric calculators.

CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook, IGraphMetricCalculator2 graphMetricCalculators, String dialogTitle, Boolean activateRelevantWorksheetWhenDone ) : System

Initializes a new instance of the class with a specified list of graph metric calculators.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
OnClosed ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
WriteGraphMetricColumnsToWorkbook ( GraphMetricColumn aoGraphMetricColumns ) : void

비공개 메소드들

메소드 설명
GraphMetricCalculationManager_GraphMetricCalculationCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
GraphMetricCalculationManager_GraphMetricCalculationProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
InitializeComponent ( ) : void

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

btnCancel_Click ( object sender, EventArgs e ) : void

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

CalculateGraphMetricsDialog() 공개 메소드

Initializes a new instance of the class with a default list of graph metric calculators.
public CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook ) : System
graph IGraph /// Graph to calculate the graph metrics for, or null. If null, the graph /// is read from . ///
workbook Microsoft /// Workbook where the graph metrics will get written. If is null, the graph is read from this workbook, too. ///
리턴 System

CalculateGraphMetricsDialog() 공개 메소드

Initializes a new instance of the class with a specified list of graph metric calculators.
public CalculateGraphMetricsDialog ( IGraph graph, Microsoft workbook, IGraphMetricCalculator2 graphMetricCalculators, String dialogTitle, Boolean activateRelevantWorksheetWhenDone ) : System
graph IGraph /// Graph to calculate the graph metrics for, or null. If null, the graph /// is read from . ///
workbook Microsoft /// Workbook where the graph metrics will get written. If is null, the graph is read from this workbook, too. ///
graphMetricCalculators IGraphMetricCalculator2 /// An array of implementations, one /// for each set of graph metrics that should be calculated, or null to use /// a default list of graph metric calculators. ///
dialogTitle String /// Title for the dialog, or null to use a default title. ///
activateRelevantWorksheetWhenDone Boolean /// true to activate one of the worksheets to let the user know that graph /// metrics have been calculated. The worksheet to activate is determined /// by which columns were calculated. ///
리턴 System

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 ( Boolean bFromControls ) : Boolean
bFromControls Boolean
리턴 Boolean

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e EventArgs
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

WriteGraphMetricColumnsToWorkbook() 보호된 메소드

protected WriteGraphMetricColumnsToWorkbook ( GraphMetricColumn aoGraphMetricColumns ) : void
aoGraphMetricColumns GraphMetricColumn
리턴 void

프로퍼티 상세

m_bActivateRelevantWorksheetWhenDone 보호되어 있는 프로퍼티

protected Boolean m_bActivateRelevantWorksheetWhenDone
리턴 Boolean

m_oCalculateGraphMetricsDialogUserSettings 보호되어 있는 프로퍼티

protected CalculateGraphMetricsDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oCalculateGraphMetricsDialogUserSettings
리턴 CalculateGraphMetricsDialogUserSettings

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oGraphMetricCalculationManager 보호되어 있는 프로퍼티

protected GraphMetricCalculationManager,Smrf.NodeXL.ExcelTemplate m_oGraphMetricCalculationManager
리턴 GraphMetricCalculationManager

m_oGraphMetricCalculators 보호되어 있는 프로퍼티

protected IGraphMetricCalculator2[] m_oGraphMetricCalculators
리턴 IGraphMetricCalculator2[]

m_oWorkbook 보호되어 있는 프로퍼티

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
리턴 Microsoft.Office.Interop.Excel.Workbook