Method |
Description |
|
AssertValid ( ) : void |
|
|
BackgroundWorker_DoWork ( object sender, DoWorkEventArgs e ) : void |
|
|
BackgroundWorker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void |
|
|
BackgroundWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
|
|
CreateBackgroundWorker ( ) : BackgroundWorker |
|
|
GetCorrespondingWorkbookFilePath ( String graphMLFilePath ) : String |
|
|
GraphMLFileIsNew ( String graphMLFilePath, HashSet workbookFilePaths ) : System.Boolean |
|
|
ProcessGraphMLFile ( String graphMLFilePath, BackgroundWorker backgroundWorker ) : void |
|
|
ProcessGraphMLFilesInternal ( ProcessGraphMLFilesAsyncArgs processGraphMLFilesAsyncArgs, BackgroundWorker backgroundWorker, DoWorkEventArgs doWorkEventArgs ) : void |
|
|
ProcessGraphMLFilesRecursive ( String graphMLFolderPath, BackgroundWorker backgroundWorker ) : void |
|
|
ReportException ( BackgroundWorker backgroundWorker, String description, Exception exception ) : void |
|
|
ReportProgress ( BackgroundWorker backgroundWorker, String message ) : void |
|
|
TryAutomateNodeXLWorkbook ( String graphMLFilePath, BackgroundWorker backgroundWorker ) : System.Boolean |
|
|
TryGetFilePaths ( String graphMLFolderPath, BackgroundWorker backgroundWorker, String &graphMLFilePaths, HashSet &workbookFilePaths ) : System.Boolean |
|
|
TryGetGraphMLDocument ( String graphMLFilePath, BackgroundWorker backgroundWorker, XmlDocument &graphMLDocument ) : System.Boolean |
|
|
TryGetNodeXLWorkbookSettingsFilePath ( String graphMLFilePath, BackgroundWorker backgroundWorker, String &nodeXLWorkbookSettingsFilePath ) : System.Boolean |
|
|
TrySaveGraphMLToNodeXLWorkbook ( String graphMLFilePath, BackgroundWorker backgroundWorker, XmlDocument graphMLDocument, String nodeXLWorkbookSettingsFilePath ) : System.Boolean |
|
|