Property | Type | Description | |
---|---|---|---|
m_oBackgroundWorker | |||
m_oInvalidGraphMLFileNames | List |
Method | Description | |
---|---|---|
CancelAsync ( ) : void | ||
GraphMLFilesImporter ( ) : System |
Initializes a new instance of the GraphMLFilesImporter class.
|
|
ImportGraphMLFilesAsync ( String sourceFolderPath, String destinationFolderPath ) : void |
Method | Description | |
---|---|---|
BackgroundWorker_DoWork ( object sender, |
||
BackgroundWorker_ProgressChanged ( object sender, |
||
BackgroundWorker_RunWorkerCompleted ( object sender, |
||
ImportGraphMLFilesInternal ( ImportGraphMLFilesAsyncArgs oImportGraphMLFilesAsyncArgs, |
||
OnXmlException ( String sGraphMLFileName, |
Method | Description | |
---|---|---|
AssertValid ( ) : void |
protected BackgroundWorker_DoWork ( object sender, |
||
sender | object | |
e | ||
return | void |
protected BackgroundWorker_ProgressChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected BackgroundWorker_RunWorkerCompleted ( object sender, |
||
sender | object | |
e | ||
return | void |
public ImportGraphMLFilesAsync ( String sourceFolderPath, String destinationFolderPath ) : void | ||
sourceFolderPath | String | |
destinationFolderPath | String | |
return | void |
protected ImportGraphMLFilesInternal ( ImportGraphMLFilesAsyncArgs oImportGraphMLFilesAsyncArgs, |
||
oImportGraphMLFilesAsyncArgs | ImportGraphMLFilesAsyncArgs | |
oBackgroundWorker | ||
oDoWorkEventArgs | ||
return | void |
protected OnXmlException ( String sGraphMLFileName, |
||
sGraphMLFileName | String | |
oXmlException | ||
return | void |
protected BackgroundWorker,System.ComponentModel m_oBackgroundWorker | ||
return |