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
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oGraphMLFilesImporter GraphMLFilesImporter
m_oImportFromGraphMLFilesDialogUserSettings ImportFromGraphMLFilesDialogUserSettings

Public Methods

Method Description
AssertValid ( ) : void
ImportFromGraphMLFilesDialog ( ) : System

Initializes a new instance of the class.

Protected Methods

Method 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

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

public AssertValid ( ) : void
return void

CheckForInvalidGraphMLFileNames() protected method

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

EnableControls() protected method

protected EnableControls ( ) : void
return void

ImportFromGraphMLFilesDialog() public method

Initializes a new instance of the class.
public ImportFromGraphMLFilesDialog ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

m_oGraphMLFilesImporter protected_oe property

protected GraphMLFilesImporter,Smrf.NodeXL.ExcelTemplate m_oGraphMLFilesImporter
return GraphMLFilesImporter

m_oImportFromGraphMLFilesDialogUserSettings protected_oe property

protected ImportFromGraphMLFilesDialogUserSettings,Smrf.NodeXL.ExcelTemplate m_oImportFromGraphMLFilesDialogUserSettings
return ImportFromGraphMLFilesDialogUserSettings