C# Class Smrf.NodeXL.ExcelTemplate.ImportFromGraphMLFilesDialog

Imports a set of GraphML files into a set of new NodeXL workbooks.
Call Form.ShowDialog() to run the dialog. All file importation is performed within the dialog.
Inheritance: ExcelTemplateForm
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oGraphMLFilesImporter GraphMLFilesImporter
m_oImportFromGraphMLFilesDialogUserSettings ImportFromGraphMLFilesDialogUserSettings

Méthodes publiques

Méthode Description
AssertValid ( ) : void
ImportFromGraphMLFilesDialog ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode Description
CheckForInvalidGraphMLFileNames ( ) : void
Dispose ( bool disposing ) : void

Clean up any resources being used.

DoDataExchange ( System.Boolean bFromControls ) : System.Boolean
EnableControls ( ) : void
OnClosed ( EventArgs e ) : void

Private Methods

Méthode Description
GraphMLFilesImporter_ImportationCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
GraphMLFilesImporter_ImportationProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
InitializeComponent ( ) : void

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

btnOK_Click ( object sender, EventArgs e ) : void

Method Details

AssertValid() public méthode

public AssertValid ( ) : void
Résultat void

CheckForInvalidGraphMLFileNames() protected méthode

protected CheckForInvalidGraphMLFileNames ( ) : 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 ( System.Boolean bFromControls ) : System.Boolean
bFromControls System.Boolean
Résultat System.Boolean

EnableControls() protected méthode

protected EnableControls ( ) : void
Résultat void

ImportFromGraphMLFilesDialog() public méthode

Initializes a new instance of the class.
public ImportFromGraphMLFilesDialog ( ) : System
Résultat System

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

m_oGraphMLFilesImporter protected_oe property

protected GraphMLFilesImporter,Smrf.NodeXL.ExcelTemplate m_oGraphMLFilesImporter
Résultat GraphMLFilesImporter

m_oImportFromGraphMLFilesDialogUserSettings protected_oe property

protected ImportFromGraphMLFilesDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oImportFromGraphMLFilesDialogUserSettings
Résultat ImportFromGraphMLFilesDialogUserSettings