C# Class RavenFS.Studio.Commands.UploadCommand

Inheritance: Command
Afficher le fichier Open project: hibernating-rhinos/RavenFS

Méthodes publiques

Méthode Description
Execute ( object parameter ) : void
UploadCommand ( Observable currentFolder ) : System

Private Methods

Méthode Description
GetFilesFromFileDialog ( ) : IList
GetNaturalSize ( long bytes ) : string
GetProgressText ( long bytesUploaded, long fileSize ) : string
QueueForUpload ( System.IO.FileInfo file, string folder ) : void
TryShowDialog ( OpenFileDialog fileDialog ) : bool?

Method Details

Execute() public méthode

public Execute ( object parameter ) : void
parameter object
Résultat void

UploadCommand() public méthode

public UploadCommand ( Observable currentFolder ) : System
currentFolder Observable
Résultat System