C# Class Dev2.CustomControls.Progress.TestProgressFileDownloader

Inheritance: ProgressFileDownloader
显示文件 Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method 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 method

public GetProgressDialog ( ) : IProgressNotifier
return IProgressNotifier

TestCancelDownload() public method

public TestCancelDownload ( ) : void
return void

TestProgressFileDownloader() public method

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

TestRehydrateDialog() public method

public TestRehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void
fileName string
progressPercent int
totalBytes long
return void

TestStartUpdate() public method

public TestStartUpdate ( string fileName, bool cancelled ) : void
fileName string
cancelled bool
return void