C# 클래스 SQLDepLib.ProgressInfo

파일 보기 프로젝트 열기: sqldep/lionfish

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CreateProgress ( ) : void
GetPercentDone ( string &workingOn ) : double
ProgressInfo ( ) : System
RemoveProgress ( ) : void
SetProgressDone ( double done, string workingOn ) : void
SetProgressRatio ( double ratio, string workingOn ) : void

메소드 상세

CreateProgress() 공개 메소드

public CreateProgress ( ) : void
리턴 void

GetPercentDone() 공개 메소드

public GetPercentDone ( string &workingOn ) : double
workingOn string
리턴 double

ProgressInfo() 공개 메소드

public ProgressInfo ( ) : System
리턴 System

RemoveProgress() 공개 메소드

public RemoveProgress ( ) : void
리턴 void

SetProgressDone() 공개 메소드

public SetProgressDone ( double done, string workingOn ) : void
done double
workingOn string
리턴 void

SetProgressRatio() 공개 메소드

public SetProgressRatio ( double ratio, string workingOn ) : void
ratio double
workingOn string
리턴 void