C# Class Smrf.NodeXL.ExcelTemplate.ExportToEmailDialog

Mostra file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_eMode DialogMode
m_oExportToEmailDialogUserSettings ExportToEmailDialogUserSettings
m_oExportToEmailUserSettings ExportToEmailUserSettings
m_oNodeXLControl NodeXLControl
m_oPasswordUserSettings PasswordUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Public Methods

Method Description
AssertValid ( ) : void
ExportToEmailDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the ExportToEmailDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Method Description
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

Method Details

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

ExportToEmailDialog() public method

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 . ///
return System

InitializeForEditOnly() protected method

protected InitializeForEditOnly ( ) : void
return void

Property Details

m_eMode protected_oe property

protected DialogMode m_eMode
return DialogMode

m_oExportToEmailDialogUserSettings protected_oe property

protected ExportToEmailDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailDialogUserSettings
return ExportToEmailDialogUserSettings

m_oExportToEmailUserSettings protected_oe property

protected ExportToEmailUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailUserSettings
return ExportToEmailUserSettings

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
return NodeXLControl

m_oPasswordUserSettings protected_oe property

protected PasswordUserSettings,Smrf.NodeXL.ExcelTemplate m_oPasswordUserSettings
return PasswordUserSettings

m_oWorkbook protected_oe property

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