C# Class DroidExplorer.Core.UI.TransferDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: camalot/droidexplorer Class Usage Examples

Méthodes publiques

Méthode Description
Pull ( DroidExplorer remoteFile, System destFile ) : void
Pull ( List files, System destPath ) : void
Pull ( List files, System destPath ) : void
PullDialog ( DroidExplorer remoteFile, System destFile ) : DialogResult
PullDialog ( List files, System destPath ) : DialogResult
PullDialog ( List files, System destPath ) : DialogResult
Push ( List files, string destPath ) : void
Push ( System file, string remote ) : void
PushDialog ( List files, string destPath ) : DialogResult
PushDialog ( System file, string remote ) : DialogResult
SetFromStatus ( string from, string fromPath, string to, string toPath ) : void
SetItemsRemainingStatus ( string text ) : void
SetTimeStatus ( string text ) : void
SetTitle ( ) : void
TransferDialog ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnTransferComplete ( EventArgs e ) : void
OnTransferError ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

PrivatePull ( DroidExplorer remoteFile, System destFile ) : void
PrivatePull ( List files, System destPath ) : void
PrivatePull ( List files, System destPath ) : void
PrivatePush ( List files, string destPath ) : void
PrivatePush ( System file, string remote ) : void
SetCopyInfoLabel ( ) : void
Show ( ) : void
ShowDialog ( ) : DialogResult
ShowDialog ( IWin32Window owner ) : DialogResult
SpeedTest ( ) : void

Method Details

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

OnTransferComplete() protected méthode

protected OnTransferComplete ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnTransferError() protected méthode

protected OnTransferError ( EventArgs e ) : void
e System.EventArgs
Résultat void

Pull() public méthode

public Pull ( DroidExplorer remoteFile, System destFile ) : void
remoteFile DroidExplorer
destFile System
Résultat void

Pull() public méthode

public Pull ( List files, System destPath ) : void
files List
destPath System
Résultat void

Pull() public méthode

public Pull ( List files, System destPath ) : void
files List
destPath System
Résultat void

PullDialog() public méthode

public PullDialog ( DroidExplorer remoteFile, System destFile ) : DialogResult
remoteFile DroidExplorer
destFile System
Résultat DialogResult

PullDialog() public méthode

public PullDialog ( List files, System destPath ) : DialogResult
files List
destPath System
Résultat DialogResult

PullDialog() public méthode

public PullDialog ( List files, System destPath ) : DialogResult
files List
destPath System
Résultat DialogResult

Push() public méthode

public Push ( List files, string destPath ) : void
files List
destPath string
Résultat void

Push() public méthode

public Push ( System file, string remote ) : void
file System
remote string
Résultat void

PushDialog() public méthode

public PushDialog ( List files, string destPath ) : DialogResult
files List
destPath string
Résultat DialogResult

PushDialog() public méthode

public PushDialog ( System file, string remote ) : DialogResult
file System
remote string
Résultat DialogResult

SetFromStatus() public méthode

public SetFromStatus ( string from, string fromPath, string to, string toPath ) : void
from string
fromPath string
to string
toPath string
Résultat void

SetItemsRemainingStatus() public méthode

public SetItemsRemainingStatus ( string text ) : void
text string
Résultat void

SetTimeStatus() public méthode

public SetTimeStatus ( string text ) : void
text string
Résultat void

SetTitle() public méthode

public SetTitle ( ) : void
Résultat void

TransferDialog() public méthode

public TransferDialog ( ) : System
Résultat System