C# Class Smrf.NodeXL.ExcelTemplate.ExportToEmailDialog

Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_eMode DialogMode
m_oExportToEmailDialogUserSettings ExportToEmailDialogUserSettings
m_oExportToEmailUserSettings ExportToEmailUserSettings
m_oNodeXLControl NodeXLControl
m_oPasswordUserSettings PasswordUserSettings
m_oWorkbook Microsoft.Office.Interop.Excel.Workbook

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ExportToEmailDialog ( DialogMode mode, Microsoft workbook, NodeXLControl nodeXLControl ) : System

Initializes a new instance of the ExportToEmailDialog class.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public AssertValid ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

DoDataExchange() protected méthode

protected DoDataExchange ( Boolean bFromControls ) : Boolean
bFromControls Boolean
Résultat Boolean

ExportToEmailDialog() public méthode

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 . ///
Résultat System

InitializeForEditOnly() protected méthode

protected InitializeForEditOnly ( ) : void
Résultat void

Property Details

m_eMode protected_oe property

protected DialogMode m_eMode
Résultat DialogMode

m_oExportToEmailDialogUserSettings protected_oe property

protected ExportToEmailDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailDialogUserSettings
Résultat ExportToEmailDialogUserSettings

m_oExportToEmailUserSettings protected_oe property

protected ExportToEmailUserSettings,Smrf.NodeXL.ExcelTemplate m_oExportToEmailUserSettings
Résultat ExportToEmailUserSettings

m_oNodeXLControl protected_oe property

protected NodeXLControl m_oNodeXLControl
Résultat NodeXLControl

m_oPasswordUserSettings protected_oe property

protected PasswordUserSettings,Smrf.NodeXL.ExcelTemplate m_oPasswordUserSettings
Résultat PasswordUserSettings

m_oWorkbook protected_oe property

protected Microsoft.Office.Interop.Excel.Workbook m_oWorkbook
Résultat Microsoft.Office.Interop.Excel.Workbook