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

파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
InitializeComponent void
btnClear_Click void
btnCopyToClipboard_Click void
btnOK_Click void

공개 메소드들

메소드 설명
AssertValid ( ) : void
GraphSummaryDialog ( Microsoft workbook ) : System

Initializes a new instance of the GraphSummaryDialog class.

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AssertValid() 공개 메소드

public AssertValid ( ) : void
리턴 void

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

GraphSummaryDialog() 공개 메소드

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

SetGraphHistoryTextBoxText() 보호된 메소드

protected SetGraphHistoryTextBoxText ( TextBox oTextBox, String sGraphHistoryKey ) : void
oTextBox TextBox
sGraphHistoryKey String
리턴 void

SetGraphHistoryTextBoxText() 보호된 메소드

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

SetTextBoxText() 보호된 메소드

protected SetTextBoxText ( TextBox oTextBox, String sString ) : void
oTextBox TextBox
sString String
리턴 void

프로퍼티 상세

m_oAutoFillWorkbookResults 보호되어 있는 프로퍼티

protected AutoFillWorkbookResults,Smrf.NodeXL.ExcelTemplate m_oAutoFillWorkbookResults
리턴 AutoFillWorkbookResults

m_oGraphHistory 보호되어 있는 프로퍼티

protected GraphHistory,Smrf.NodeXL.ExcelTemplate m_oGraphHistory
리턴 GraphHistory

m_oGraphSummaryDialogUserSettings 보호되어 있는 프로퍼티

protected GraphSummaryDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oGraphSummaryDialogUserSettings
리턴 GraphSummaryDialogUserSettings

m_oOverallMetrics 보호되어 있는 프로퍼티

protected OverallMetrics m_oOverallMetrics
리턴 OverallMetrics

m_oWorkbook 보호되어 있는 프로퍼티

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

m_sTopNByMetrics 보호되어 있는 프로퍼티

protected String m_sTopNByMetrics
리턴 String

m_sTwitterSearchNetworkTopItems 보호되어 있는 프로퍼티

protected String m_sTwitterSearchNetworkTopItems
리턴 String