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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_eMode DialogMode
m_oExportToEmailDialogUserSettings ExportToEmailDialogUserSettings
m_oExportToEmailUserSettings ExportToEmailUserSettings
m_oNodeXLControl NodeXLControl
m_oPasswordUserSettings PasswordUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

공개 메소드들

메소드 설명
AssertValid ( ) : void
ExportToEmailDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the ExportToEmailDialog class.

보호된 메소드들

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

Clean up any resources being used.

DoDataExchange ( Boolean bFromControls ) : Boolean
InitializeForEditOnly ( ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

btnInsertSampleMessageBody_Click ( object sender, EventArgs e ) : void
btnOK_Click ( object sender, EventArgs 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

ExportToEmailDialog() 공개 메소드

Initializes a new instance of the ExportToEmailDialog class.
public ExportToEmailDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System
mode DialogMode /// Indicates the mode in which the dialog is being used. ///
workbook Microsoft /// Workbook containing the graph data. ///
nodeXLControl NodeXLControl /// NodeXLControl containing the graph. This can be null if is . ///
리턴 System

InitializeForEditOnly() 보호된 메소드

protected InitializeForEditOnly ( ) : void
리턴 void

프로퍼티 상세

m_eMode 보호되어 있는 프로퍼티

protected DialogMode m_eMode
리턴 DialogMode

m_oExportToEmailDialogUserSettings 보호되어 있는 프로퍼티

protected ExportToEmailDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailDialogUserSettings
리턴 ExportToEmailDialogUserSettings

m_oExportToEmailUserSettings 보호되어 있는 프로퍼티

protected ExportToEmailUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailUserSettings
리턴 ExportToEmailUserSettings

m_oNodeXLControl 보호되어 있는 프로퍼티

protected NodeXLControl m_oNodeXLControl
리턴 NodeXLControl

m_oPasswordUserSettings 보호되어 있는 프로퍼티

protected PasswordUserSettings,Smrf.NodeXL.ExcelTemplate m_oPasswordUserSettings
리턴 PasswordUserSettings

m_oWorkbook 보호되어 있는 프로퍼티

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