C# Класс Dev2.CustomControls.Progress.TestProgressFileDownloader

Наследование: ProgressFileDownloader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetProgressDialog() публичный Метод

public GetProgressDialog ( ) : IProgressNotifier
Результат IProgressNotifier

TestCancelDownload() публичный Метод

public TestCancelDownload ( ) : void
Результат void

TestProgressFileDownloader() публичный Метод

public TestProgressFileDownloader ( IDev2WebClient webClient, IFile file, ICryptoProvider crypt ) : Dev2.Common.Interfaces.Utils
webClient IDev2WebClient
file IFile
crypt ICryptoProvider
Результат Dev2.Common.Interfaces.Utils

TestRehydrateDialog() публичный Метод

public TestRehydrateDialog ( string fileName, int progressPercent, long totalBytes ) : void
fileName string
progressPercent int
totalBytes long
Результат void

TestStartUpdate() публичный Метод

public TestStartUpdate ( string fileName, bool cancelled ) : void
fileName string
cancelled bool
Результат void