C# Class Dev2.CustomControls.Progress.TestProgressFileDownloader

Inheritance: ProgressFileDownloader
Afficher le fichier Open project: Warewolf-ESB/Warewolf Class Usage Examples

Méthodes publiques

Méthode Description
GetProgressDialog ( ) : IProgressNotifier
TestCancelDownload ( ) : void
TestProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider crypt ) : Dev2.Common.Interfaces.Utils
TestRehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void
TestStartUpdate ( string fileName, bool cancelled ) : void

Method Details

GetProgressDialog() public méthode

public GetProgressDialog ( ) : IProgressNotifier
Résultat IProgressNotifier

TestCancelDownload() public méthode

public TestCancelDownload ( ) : void
Résultat void

TestProgressFileDownloader() public méthode

public TestProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider crypt ) : Dev2.Common.Interfaces.Utils
webClient IDev2WebClient
file IFile
crypt ICryptoProvider
Résultat Dev2.Common.Interfaces.Utils

TestRehydrateDialog() public méthode

public TestRehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void
fileName string
progressPercent int
totalBytes long
Résultat void

TestStartUpdate() public méthode

public TestStartUpdate ( string fileName, bool cancelled ) : void
fileName string
cancelled bool
Résultat void