C# Class VaultFolderCreate.MainForm

Allows user to browse vault files and folders. Also displays association information for a file.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: nick-hall-majenta/Autodesk-Vault-Utilities Class Usage Examples

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddChildAssociation ( TreeNode parentNode, Dictionary associationsByFile ) : void

Add tree node for the association tree.

AddChildFolders ( TreeNode parentNode ) : void
CreateFolder ( DocumentService docSrv, string folderpath ) : int
InitializeComponent ( ) : void

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

LoadConfigurationFile ( string configFile ) : void
MakeFolders ( ) : void
OpenFile ( ) : void
m_addFileToolStripMenuItem_Click ( object sender, EventArgs e ) : void
m_addFileToolStripMenuItem_Paint ( object sender, PaintEventArgs e ) : void
m_exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
m_openFileToolStripMenuItem_Paint ( object sender, PaintEventArgs e ) : void
m_openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
m_vaultFolderTree_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
vaultFolderTree_BeforeExpand ( object sender, System e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MainForm() public méthode

public MainForm ( ) : System
Résultat System