C# 클래스 Dev2.CustomControls.Progress.TestProgressFileDownloader

상속: ProgressFileDownloader
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
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