C# Class VaultExplorerControl.VaultExplorer

Afficher le fichier Open project: virall/EpicorIntegration

Méthodes publiques

Méthode Description
ChangeTreeView ( Control sender, TreeViewChanges action, object nodes, object node ) : object
MoveBack ( ) : void
MoveForward ( ) : void
MoveUp ( ) : void
RefreshViews ( ) : void
VaultExplorer ( string rootPath, string vaultName ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

RaisePathChangedEvent ( ) : void

Private Methods

Méthode Description
GetDirectories ( DirectoryInfo subDirs, TreeNode nodeToAddTo ) : void
InitializeComponent ( ) : void

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

LoadTree ( ) : void
SetPath ( string path ) : void
SetPath ( string path, bool storePath ) : void
fsw_Changed ( object sender, FileSystemEventArgs e ) : void
fsw_Created ( object sender, FileSystemEventArgs e ) : void
fsw_Deleted ( object sender, FileSystemEventArgs e ) : void
fsw_Renamed ( object sender, RenamedEventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
webBrowser1_DocumentCompleted ( object sender, WebBrowserDocumentCompletedEventArgs e ) : void

Method Details

ChangeTreeView() public méthode

public ChangeTreeView ( Control sender, TreeViewChanges action, object nodes, object node ) : object
sender Control
action TreeViewChanges
nodes object
node object
Résultat object

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

MoveBack() public méthode

public MoveBack ( ) : void
Résultat void

MoveForward() public méthode

public MoveForward ( ) : void
Résultat void

MoveUp() public méthode

public MoveUp ( ) : void
Résultat void

RaisePathChangedEvent() protected méthode

protected RaisePathChangedEvent ( ) : void
Résultat void

RefreshViews() public méthode

public RefreshViews ( ) : void
Résultat void

VaultExplorer() public méthode

public VaultExplorer ( string rootPath, string vaultName ) : System
rootPath string
vaultName string
Résultat System